AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Get this to work for newest amxx (https://forums.alliedmods.net/showthread.php?t=28592)

Zaser 05-18-2006 11:33

Get this to work for newest amxx
 
1 Attachment(s)
i want this bailroot plugin to be compailed so i can use it for newest amxmodx but i get some errors.
would be nice if somone could fix this becuse i really like this plugin :(

Code:
Your plugin failed to compile! Read the errors below: Welcome to the AMX Mod X 1.70-300 Compiler. Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team /home/users/amxmodx/tmp3/phpwVrVRR.sma(2837) : error 088: number of arguments does not match definition /home/users/amxmodx/tmp3/phpwVrVRR.sma(2845) : error 088: number of arguments does not match definition /home/users/amxmodx/tmp3/phpwVrVRR.sma(2861) : error 010: invalid function or declaration /home/users/amxmodx/tmp3/phpwVrVRR.sma(2865) : error 029: invalid expression, assumed zero 4 Errors. Could not locate output file /home/groups/amxmodx/public_html/websc3/phpwVrVRR.amx (compile failed).

SubStream 05-18-2006 15:23

Line 2837 (number of arguments does not match definition)
Code:
scoreboard(pv, 0)
Line 2845 (number of arguments does not match definition)
Code:
scoreboard(pv, 0)
Line 2861 (invalid function)
Code:
public scoreboard(id,state)
Line 2865 (invalid expression)
Code:
write_byte(state)
I am unsure exactly what state is or what it stands for by looking at the code but I figured posting these lines may help someone else figure out the problem quicker.


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

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