19.02.2009, 01:16
I have posted the entire include here http://pastebin.ca/1341664
And heres the area where the code is having that above error. The actual line is 4286.
And heres the area where the code is having that above error. The actual line is 4286.
Код:
4285. #if defined OnPlayerGamble 4286. if(betting != 0) 4287. { 4288. OnPlayerGamble(playerid,betting[playerid],bets[playerid],1); 4289. betting[playerid] = 0; 4290. bets[playerid] = 0; 4291. } 4292. #endif 4293. }