Remake this CMD to ZCMD
#1

Код:
if(playerDB[playerid][vip])
{
        if(!strcmp(cmdtext, "/v ", true,3)){
          if(cmdtext[2]==0){SendClientMessage(playerid,GREEN, "* Naudojimas: /v [tekstas]"); return 1;}
          new zin[256];
          format(zin,sizeof(zin),"VIP: %s",cmdtext[3]);
          SendClientMessageToAll(GREEN,zin);
          return 1;
   }
How to make that CMD to zcmd?
Reply


Messages In This Thread
Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:06
Re: Remake this CMD to ZCMD - by Mustafa6155 - 20.11.2012, 15:09
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:13
Re: Remake this CMD to ZCMD - by -=Dar[K]Lord=- - 20.11.2012, 15:16
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:18
Re: Remake this CMD to ZCMD - by -=Dar[K]Lord=- - 20.11.2012, 15:18
Re: Remake this CMD to ZCMD - by Edvin - 20.11.2012, 15:19
Re: Remake this CMD to ZCMD - by Konstantinos - 20.11.2012, 15:19
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:23
Re: Remake this CMD to ZCMD - by Konstantinos - 20.11.2012, 15:26

Forum Jump:


Users browsing this thread: 2 Guest(s)