PDA

Click to See Complete Forum and Search --> : [HELP] Calling all Experts!


Pghpunkid
Jan 20th, 2008, 02:08 AM
Ive always have been a good quick and easy learner, however this task is quite difficult.

Basically i need to take a image, 4x4 pixels used as a blip, and place it on a map, size 2440x2440 pixels, for 200 inputs if their not equal to 3000.0000 .

This is for a widely know Online Multiplayer called SA-MP. I have a script for it that puts out a 200 sets of coordinates based on the players world, ranging from -3000,-3000, to 3000,3000. i need to accurately depict their position in the world,onto the map.

i want to be able to have this update like every couple seconds, which is easy to do with HTML Meta tags. so is there someone that can help me?

Pghpunkid
Jan 21st, 2008, 05:19 PM
Ok never mind that.. i got it working.. however i do need to find a way to merge several images together. i can do 2 no problem. But when i try to merge 2 ImageCreate(x,y); it just dont work.. Help?