AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   problems compiling! (https://forums.alliedmods.net/showthread.php?t=29594)

oleary 06-08-2006 13:47

problems compiling!
 
Code:
// 9 errors // could not locate output file C:\documents and settings\dennis\my documents\addons\amxmodx\scripting\compiled\oleary.amx<compile failed> // // compilation time: 1,39 sec //----------------------------------- press enter to exit
I keep getting this error, same problem when compiling it from out of the TS folder.
It worked before what is the problem?
same problem with web compiler:
Code:
/home/users/amxmodx/tmp3/phpyKZ6Pv.sma(82) : error 018: initialization data exceeds declared size /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(420) : error 048: array dimensions do not match /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(1173) : error 017: undefined symbol "ts_giveweapon" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(1174) : error 017: undefined symbol "ts_giveweapon" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(1175) : error 017: undefined symbol "ts_giveweapon" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2203) : error 017: undefined symbol "ts_getuserwpn" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2296) : warning 203: symbol is never used: "extra" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2296) : warning 203: symbol is never used: "mode" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2383) : error 017: undefined symbol "ts_getuserwpn" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2408) : warning 203: symbol is never used: "currammo" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2490) : error 017: undefined symbol "ts_giveweapon" /home/users/amxmodx/tmp3/phpyKZ6Pv.sma(2712) : error 048: array dimensions do not match 9 Errors. Could not locate output file /home/groups/amxmodx/public_html/websc3/phpyKZ6Pv.amx (compile failed).
help?

MorpheusCratus 06-08-2006 13:52

I don't know what happened, but that plugin has some errors that need fixing =p.
Your saying that it compiles inside the TS folder?

wonsae 06-08-2006 13:55

Code:
#include <tsfun>
?

oleary 06-08-2006 13:56

this is what i usualy use to compile
Code:
C:\documents and settings\dennis\my documents\addons\amxmodx\scripting
my documts folder
but i also have a compiler in this folder
Code:
C:\Program Files\Steam\SteamApps\ruffian694\half-life\ts\addons\amxmodx\scripting
it gives the same error there :|
I don't understand what the problem is, when i try to compile Twilights talkarea i get no errors at all.

Can my script be bugged?

MorpheusCratus 06-08-2006 13:56

Quote:

Originally Posted by wonsae
Code:
#include <tsfun>
?

hehe that could be the solution ^^

oleary 06-08-2006 14:09

didnt work, ill just start right from scratch again :P

edit: i even tried the originall Avaroleplay without any changes (i use his source code) and i still get the same problem


All times are GMT -4. The time now is 16:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.