Quote:
Originally Posted by ATGOggy
Add this in you gamemode and try:
PHP код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid)) return 1;
}
|
Didnt changed anything
BTW: I dont even know why you think the error could be in OnPlayerSpawn, the NPC doesnt spawn thats my problem