string warning
#7

Quote:
Originally Posted by SumX
Посмотреть сообщение
SOLVED,it's right?... i've compiled it and i dont have any warnings,errors
pawn Код:
if(strcmp(cmd, "/vhelp", true) == 0)
    {
        new GMstring[128];

        if(PlayerInfo[playerid][pVIP] >= 1)return SendClientMessage(playerid, red, "You must have a V.I.P. Account to use this command! ");
        {
            strcat( GMstring, "{FFD700}/vhelp\t\t\t{FFD700}/vrespawn\n" );
            strcat( GMstring, "{FFD700}/vips\t\t\t{FFD700}/vgoto\n" );
            strcat( GMstring, "{FFD700}/vnos\t\t\t{FFD700}/vgethere\n" );
            strcat( GMstring, "{FFD700}/sultantune\t\t{FFD700}/vweapons\n" );
            strcat( GMstring, "{FFD700}/jestertune\t\t{FFD700}/vammo\n" );
            strcat( GMstring, "{FFD700}/elegytune\t\t{FFD700}/vclub\n" );
            strcat( GMstring, "{FFD700}/othertune\n" );
            strcat( GMstring, "{FFD700}Use '/vc' in front of text.This is the V.I.P. chat." );
            ShowPlayerDialog( playerid, VIPCMDS, DIALOG_STYLE_MSGBOX, "V.I.P. Commands:", string, "Quit", "" );
        }
        return 1;
    }
Only way to find out if it works is to test it out IG. Let us know how it goes.
Reply


Messages In This Thread
string warning - by SumX - 12.02.2012, 16:21
Re: string warning - by lorigio - 12.02.2012, 16:25
Re: string warning - by Konstantinos - 12.02.2012, 16:26
Re: string warning - by ReneG - 12.02.2012, 16:26
Re: string warning - by SumX - 12.02.2012, 16:26
Re: string warning - by lorigio - 12.02.2012, 16:33
Re: string warning - by ReneG - 12.02.2012, 16:34
Re: string warning - by SumX - 12.02.2012, 16:34
Re: string warning - by [ABK]Antonio - 13.02.2012, 01:17
Re: string warning - by Tannz0rz - 13.02.2012, 02:11

Forum Jump:


Users browsing this thread: 3 Guest(s)