if player
#1

Hi how can I add something like if a player is not russian he cannot enter that building.

similar to this.

public OnPlayerSpawn(playerid)
{
if(IsPlayerAdmin(playerid)) SendClientMessageToAll(0xDEEE20FF, "An admin spawned.");
else SendClientMessageToAll(0xDEEE20FF, "A user spawned.");
return 1;
}


Something like "You are not authorized to enter this building"
Reply


Messages In This Thread
if player - by oscar7610 - 16.04.2012, 00:45
Re: if player - by Kindred - 16.04.2012, 01:49

Forum Jump:


Users browsing this thread: 1 Guest(s)