Police Command Help
#4

PHP код:
CMD:badge(playerid,params[]) 

    new 
string[130],id
    if(
sscanf(params"d"id)) return SendClientMessage(playeridCOLOR_LIGHTBLUE"USAGE: /showbadge id"); 
    
format(string,sizeof(string),"Officer %s Badge To Player %s",GetName(playerid),GetName(id)); 
     
SendClientMessage(id,COLOR_ORANGE,string); 
      return 
1
Reply


Messages In This Thread
Police Command Help - by JordanSmith - 02.04.2014, 17:26
Re: Police Command Help - by TrinityGamingRoleplay - 02.04.2014, 18:15
Re: Police Command Help - by MBilal - 02.04.2014, 18:17
Re: Police Command Help - by Micheal123 - 02.04.2014, 19:15
Re: Police Command Help - by Abagail - 02.04.2014, 19:45

Forum Jump:


Users browsing this thread: 1 Guest(s)