Cmd help ZCMD
#2

Here ya go:



pawn Код:
CMD:vcmds(playerid,params)
{
    if(GetPVarInt(playerid,"InDeathMatch") == 1) return SendClientMessage(playerid,COLOR_RED,"ERROR:You Cant Use This Command When You are In A Deathmatch");
    {
        new msg3[800];
        new msg[] = "Welcome to VIP Command List.\n{FF0000}Free Vip:\n/goto, /richlist.\n\nBronze 2:\n/jetpack, /zonecam, /flipp, /vsay, /jailed, /securitycam, /morning\n\nSilver 1:\n/freeze, /unfreeze, /frozen, /podiumdown, /podiumup, /sweaps, /ping, /noplayerpm\n\nSilver 2:\n/disarm,";
        new msg2[] = " /warn, /remwarn, /jail, /unjail, /podiumfastdown, /podiumfastup, /mute, /unmute, /muted, /lspec.\n\n{FFFF00}Gold:\n/vgod,/vweaps,/miniguns,/reports,/move\n\nPlatium:\n/kick,/moveplayer, /podiummegafastdown(up)\n\n\n{FF0000} More Command will come with each update,\n\n Thank you and enjoy your time in TMS";
        format(msg3, sizeof(msg3), "%s %s", msg, msg2);
        ShowPlayerDialog(playerid,99,DIALOG_STYLE_MSGBOX,".:[FZX stuntings™].:.[Vip Access Granted]:.",msg3,"Close", "");
    }
   
    return 1;
}
Reply


Messages In This Thread
Cmd help ZCMD - by Gamer_007 - 13.02.2013, 05:19
Re: Cmd help ZCMD - by Neil. - 13.02.2013, 05:28
Re: Cmd help ZCMD - by Gamer_007 - 13.02.2013, 05:32

Forum Jump:


Users browsing this thread: 1 Guest(s)