Annoy warnings
#1

Quote:

C:\Documents and Settings\Andy.ADMIN\Desktop\samp03csvr_R2-2_win32\gamemodes\tup.pwn(10923) : warning 217: loose indentation
C:\Documents and Settings\Andy.ADMIN\Desktop\samp03csvr_R2-2_win32\gamemodes\tup.pwn(10941) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

pawn Код:
if(dialogid == 985) // 10923 line
    {
    if(!response)
    {
    SendClientMessage(playerid,0xFF0000AA,"You need to finish this!");
    ShowPlayerDialog(playerid, 987, DIALOG_STYLE_LIST, "What is your favourite GM?", "\nDrifting/Stunting/Racing with vehicles...\nSemi Roleplay/Roleplay\nDeathmatch/TeamDeathmatch/Decostruction Derby\nFreeoram", "Select","");
    return 1;
    }
}
       if(dialogid == 984)
    {
    if(!response)
    {
    SendClientMessage(playerid,0xFF0000AA,"You must finish this!");
    ShowPlayerDialog(playerid, 987, DIALOG_STYLE_LIST, "What is your favourite GM?", "\nDrifting/Stunting/Racing with vehicles...\nSemi Roleplay/Roleplay\nDeathmatch/TeamDeathmatch/Decostruction Derby\nFreeoram", "Select","");
    return 1;
    }
}
        if(dialogid == 983) // 10941
    {
    if(response)
    {
Reply


Messages In This Thread
Annoy warnings - by MrND - 28.04.2011, 11:45
Re: Annoy warnings - by Haydz - 28.04.2011, 11:47
Re: Annoy warnings - by MrND - 28.04.2011, 11:57
Re: Annoy warnings - by xir - 28.04.2011, 12:03
Re: Annoy warnings - by MrND - 28.04.2011, 12:05
Re: Annoy warnings - by Ricop522 - 28.04.2011, 12:20

Forum Jump:


Users browsing this thread: 4 Guest(s)