27.05.2015, 14:38
Hello, i want that if a NPC connects, the NPC is getting banned. Is that correct or so?
Код:
if(IsPlayerNPC(playerid))
{
Ban(playerid);
}
Код:
if(IsPlayerNPC(playerid))
{
Ban(playerid);
return 1;
}
Код:
if(IsPlayerNPC(playerid))
{
Ban(playerid);
return 0;
}

