spawn command with save+autoload
#2

pawn Код:
new Float:pPos[3];

//spawn command
if(pPos[0] = 0 & pPos[1] = 0 & pPos[2] = 0)
{
GetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]);
}else{
SetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]);
}
no saving
Reply


Messages In This Thread
spawn command with save+autoload - by gotwarzone - 20.10.2013, 16:55
Re: spawn command with save+autoload - by park4bmx - 20.10.2013, 17:25
Re: spawn command with save+autoload - by gotwarzone - 20.10.2013, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)