killdahobo99
Unregistered
Quote:
|
Originally Posted by steven_italy
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, x, y, z);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerHealth(playerid, 100.0);
return 1;
}
To find the coordinates, go to SAN ANDREAS folder and open SAMP DEBUG exe, then go to the position where u want the red marker and type /save or /save comment. this will create a text file with coorinates in your SAN ANDREAS game folder, get the coordinates and replace to x y and z!
|
I know how to get the cords! I dont no where the hell to put them in that code that he gave me, I tryed to place them where i thought but they give me errors!