Remake this CMD to ZCMD
#9

Quote:
Originally Posted by Edvin
Посмотреть сообщение
Are you using sscanf?
pawn Код:
CMD:v( playerid, params[ ] )
{
    new
        lsText[ 128 ]
    ;
          if ( sscanf( params, "s[128]", lsText ) )
              return SendClientMessage(playerid,GREEN, "* Naudojimas: /v [tekstas]");
          new zin[256];
          format(zin,sizeof(zin),"VIP: %s",lsText);
          SendClientMessageToAll(GREEN,zin);
          return 1;
}
Your script works. But, how to make VIP [NICK_NAME]: message?
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: 1 Guest(s)