06.08.2012, 04:56
Код:
if(dialogid == DIALOG_WEAPONS) { if(!response) // If they clicked 'Cancel' { SendClientMessage(playerid,COLOR_YELLOW,"You Have Canceled The Dialog"); } if(listitem == 0) { GivePlayerWeapon(playerid, WEAPON_DEAGLE, 14); }
ERROR:C:\Documents and Settings\~Adrian~\Desktop\radiotest.pwn(44) : error 029: invalid expression, assumed zero
C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : warning 215: expression has no effect
C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : error 029: invalid expression, assumed zero
C:\Documents and Settings\~Adrian~\Desktop\test.pwn(44) : fatal error 107: too many error messages on one line