10.12.2011, 22:15
https://sampforum.blast.hk/showthread.php?tid=95034
And if you want to set his position (which is kinda useless since it will load info from file) use
And if you want to set his position (which is kinda useless since it will load info from file) use
pawn Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid)) SetPlayerPos(playerid,x,y,z);
return 1;
}