28.04.2011, 11:45
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)
{