SA-MP Forums Archive
Problem with compiling original PAWNO - 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: Problem with compiling original PAWNO (/showthread.php?tid=630527)



Problem with compiling original PAWNO - FreddyPL - 15.03.2017

Hi
I have problem. In gamemode variable not defines, tables are in (), not [], strings are not in "" and on the end haven't closing ; Only public and forward are as original. What should i download to compile this script. Please HELP ME.


Re: Problem with compiling original PAWNO - SyS - 15.03.2017

what


Re: Problem with compiling original PAWNO - FreddyPL - 15.03.2017

Includes declared in braces #include (crashdetect) not < >

declared variable

bool:IS_PRIMA_APRILIS = false

without new and ; on the end

All string writing without ""

mysql_query_format(SELECT user_login, user_admin, user_premium, user_premium_time, user_gamepoints, user_color

and tables

ItemTypeInfo(ITEM_COUNT + 1)(sItemTypeInfo) =
(
(string, 0.0, 328, 90.0, 95.0),
(string, 0.0, 2710, 0.0, 0.0),
......
)

PressBox(MAX_PRESSBOX)(pressBoxPars)

String Without "", new/stock and ; on the end without [] with ()
Please Help