05.09.2009, 19:02
Add this function to check the name of the player.
Then define a function to it (Example: GivePlayerMoney, RemovePlayerFromVehicle ,...)
Is just one example! 
Then define a function to it (Example: GivePlayerMoney, RemovePlayerFromVehicle ,...)
pawn Код:
new PlayerName[24];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
pawn Код:
if(strcmp(PlayerName,"indy-greg",true))
{
