Commands Change
#6

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Код:
COMMAND:cop(playerid,params[])
{    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;}
Also to Change to Zcmd we have to change only this line ?
PHP код:
if (strcmp("/cop"cmdtexttrue10) == 0
To
PHP код:
COMMAND:cop(playerid,params[]) 
Right?

Edit
-------

Thankyou Very Much!!!
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: 2 Guest(s)