Commands Change
#5

Quote:
Originally Posted by bathushan
Посмотреть сообщение
Lol i just want to ask this... Please can you Make this to zcmd pls. Please!!!!

PHP код:
if (strcmp("/cop"cmdtexttrue10) == 0)
{
    
SendClientMessage(playeridsoldiercolor"You are now on the cop team");
    
pTeam[playerid] = team_cop;    
   
SetPlayerSkin(playerid281);
    
GivePlayerWeapon(playerid1710);
    
SetPlayerPos(playerid309206018);
    return 
1;

If posible Explain me?
Please!
There's nothing to explain:
pawn Код:
CMD:cop(playerid)
{
    SendClientMessage(playerid, soldiercolor, "You are now on the cop team");
    pTeam[playerid] = team_cop;
    SetPlayerSkin(playerid, 281);
    GivePlayerWeapon(playerid, 17, 10);
    SetPlayerPos(playerid, 309, 2060, 18);
    return 1;
}
I've only changed the Command Processor, nothing else, the command is too simple to change anything else..
Reply


Messages In This Thread
Commands Change - by UnAngel - 27.01.2013, 10:10
Re: Commands Change - by Roach_ - 27.01.2013, 10:16
Re: Commands Change - by bathushan - 27.01.2013, 10:19
AW: Commands Change - by Blackazur - 27.01.2013, 10:20
Re: Commands Change - by Roach_ - 27.01.2013, 10:22
Re: AW: Commands Change - by bathushan - 27.01.2013, 10:22
Re: Commands Change - by Roach_ - 27.01.2013, 10:24
AW: Re: AW: Commands Change - by Blackazur - 27.01.2013, 10:27
Re: Commands Change - by Roach_ - 27.01.2013, 10:29
Re: Commands Change - by UnAngel - 27.01.2013, 10:57

Forum Jump:


Users browsing this thread: 5 Guest(s)