17.07.2011, 12:05
Hello this warning keeps comin out:
Hm I am gonna show you the lines:
So after return 0; I didn't put a } because it will give me other 7 errors what should I do :S?
pawn Код:
D:\SA-MP PROJECT\samp03csvr_R2-2_win32\gamemodes\New Version\project.pwn(2145) : warning 225: unreachable code
pawn Код:
if(strcmp("/neon", cmdtext, true, 10) == 0)
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Add Neon to your Vehicle! Neon costs: 200$","1. Red Neon\r\n2. Blue Neon\r\n3. Green Neon\r\n4. Yellow Neon\r\n5. Pink Neon\r\n6. White Neon","OK", "CANCEL");
return 0;
if(!strcmp(cmdtext, "/grapple", true))