SA-MP Forums Archive
help in new - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help in new (/showthread.php?tid=522472)



help in new - ReD_DeVi - 27.06.2014

when i compiled it showed this error

Код:
(157) : error 001: expected token: ";", but found "new
line 157

pawn Код:
new File:Bugs;



Re: help in new - Jacksta21 - 27.06.2014

It's most likely coming from the line above that. What is the line above new File:Bugs; ?


Re: help in new - ReD_DeVi - 27.06.2014

it is
pawn Код:
new EnableBoast[MAX_PLAYERS]



Re: help in new - Eth - 27.06.2014

it should be
pawn Код:
new EnableBoast[MAX_PLAYERS];



Re: help in new - ReD_DeVi - 27.06.2014

let me try


Re: help in new - ReD_DeVi - 27.06.2014

Thanks It Fixed