Another one
#3

pawn Код:
if(!strcmp(cmd,"/tonline",true))
{
if(gTeam[playerid] == TEAM_COPS)
{
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Taxi Driver s% is now onduty need Taxi? use /912. ", name);
SendClientMessageToAll(COLOR_YELLOW, string);
}
else return SendClientMessage(playerid,COLOR_YELLOW,"SERVER: You are not a Taxi Driver !");
return 1;
}
Reply


Messages In This Thread
Another one - by Erkan - 12.07.2009, 03:16
Re: Another one - by Erkan - 12.07.2009, 03:18
Re: Another one - by Correlli - 12.07.2009, 03:18
Re: Another one - by Erkan - 12.07.2009, 03:19
Re: Another one - by Correlli - 12.07.2009, 03:24
Re: Another one - by Erkan - 12.07.2009, 03:49
Re: Another one - by Anarkien - 12.07.2009, 06:31

Forum Jump:


Users browsing this thread: 1 Guest(s)