21.09.2011, 16:51
hello guys can you help me put the reconnect code in this so my npcs spawn and dont crash after onplayerconnect or disconnect lol
if(IsPlayerNPC(playerid))
{
SpawnPlayer(playerid);
return 1;
}
if(IsPlayerNPC(playerid))
{
SpawnPlayer(playerid);
return 1;
}