29.09.2009, 12:53
sorry this is for bots isnt it, silly me.
In a fs or gm where you connect the bots.
In a fs or gm where you connect the bots.
Код:
public OnPlayerSpawn(playerid) { if(!IsPlayerNPC(playerid)) return 0; new playername[64]; GetPlayerName(playerid,playername,64); if(!strcmp(playername,"BOTNAME",true)) { SetSpawnInfo( playerid, 0, 255, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 ); } return 1; }