05.11.2012, 20:28
PHP Code:
CMD:greet(playerid, params[])
{
new MSG[250];
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid,Name,sizeof(Name));
if(PlayerInfo[playerid][pCop] == true)
{
format(MSG,sizeof(MSG),"Hello, I'm %s [Police Officer] with the Los Santos Police Department. Do you know why I stopped you today?", Name);
SendClientMessageToAll(GREEN,MSG);
return 1;
}