26.09.2013, 16:40
Quote:
sorry for my english, I'm newbie I do not know how to show you the code, but I'll explain a little, I have the new maps and I want to get the position spawn zombies and humans each card, thank you
|
you can take that cordinates from documents/GTA San Andreas User Files/SAMP/savedpositions
after you open savedpositions folder you will see something like this
Код:
AddPlayerClass(286,366.5576,190.3756,1008.3828,358.9950,0,0,0,0,0,0); // (your named line)
Copy cordinates and replace with one that is already defined
Код:
SetPlayerPos(playerid, -248.4745,-46.2300,290.9550);
Код:
AddPlayerClass(286,366.5576,190.3756,1008.3828,358.9950,0,0,0,0,0,0); // (your named line)
Cheers.