15.09.2009, 14:38
All done.
A Train is there. But i dont see NPC and NPC isnt driving
a Engine system have.. is that problem ?
A Train is there. But i dont see NPC and NPC isnt driving

a Engine system have.. is that problem ?
Originally Posted by Manku
fs? lol , im not using.
Server have ENGINE system. NPC doenst DRIVE that TRAIN. I dont see a NPC in train. |
public OnPlayerRequestClass(playerid, classid)
{
if (IsPlayerNPC(playerid))
{
SpawnPlayer(playerid);
return 1;
}
return 0;
}