07.05.2010, 12:48
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
if(!strcmp(name, "Ramshid"))
{
//open gate
}
else SendClientMessage(playerid, 0xFFFFFFAA, "You're not Ramshid! Don't touch the gate!);