Remake this CMD to ZCMD
#2

#include <zcmd>

pawn Код:
//do /v make it to
CMD:v (playerid,params[])
          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;
   }
If i helped u please +REP
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: 5 Guest(s)