21.03.2015, 13:31
Simples.
Fiz pelo celular.
PHP код:
public OnPlayerConnect(playerid) {
if(IsPlayerNPC(playerid)) {
SpawnPlayer(playerid);
}
}