SA-MP Forums Archive
Errors + Questions - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Errors + Questions (/showthread.php?tid=245180)



Errors + Questions - tbedy - 30.03.2011

1. How I can limit members for someone faction?
2. my error:

Quote:

C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(119) : error 010: invalid function or declaration
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1836) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1836) : error 001: expected token: ")", but found ";"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1836) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1836) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.




Re: Errors + Questions - xir - 30.03.2011

Show the lines..


Re: Errors + Questions - tbedy - 30.03.2011

i now put:

#include <ladmin>

in script and now i have only error:
Quote:

C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(14) : fatal error 100: cannot read from file: "ladmin"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

i want to put this: https://sampforum.blast.hk/showthread.php?tid=120724 in my server but cant.. what i need put in script.. this include and what more, i know put this filerscript and plugin, but i must add samothing because this ladmin


Re: Errors + Questions - [KSF]Badboy - 30.03.2011

put
#include <ladmin>


AW: Errors + Questions - xerox8521 - 30.03.2011

as far as i know is the LuxAdmin System incompatible with 0.3c ( Not 100% sure)
I just heard it :P


Re: AW: Errors + Questions - LuxurioN™ - 30.03.2011

Quote:
Originally Posted by xerox8521
Посмотреть сообщение
as far as i know is the LuxAdmin System incompatible with 0.3c ( Not 100% sure)
I just heard it :P
It works fine on 0.3c, just some functions not.


Quote:
Originally Posted by tbedy
Посмотреть сообщение
i now put:

#include <ladmin>

in script and now i have only error:


i want to put this: https://sampforum.blast.hk/showthread.php?tid=120724 in my server but cant.. what i need put in script.. this include and what more, i know put this filerscript and plugin, but i must add samothing because this ladmin
You really did all right with the include? I'm using here, and no problems.


AW: Errors + Questions - xerox8521 - 30.03.2011

i dunno much about GF ( i dont like RP much :P) but i guess its not working with an GF Edit / remake or whatever it is xD


Re: Errors + Questions - tbedy - 30.03.2011

so, ladmin dont work on GF ?


Re: Errors + Questions - LuxurioN™ - 30.03.2011

Quote:
Originally Posted by tbedy
Посмотреть сообщение
so, ladmin dont work on GF ?
Well, around 60% not...


Re: Errors + Questions - tbedy - 30.03.2011

but how to clean this errors ???

Quote:

C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(120) : error 010: invalid function or declaration
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1837) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1837) : error 001: expected token: ")", but found ";"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1837) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(1837) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.

line 1837
Quote:

if(PlayerToPoint(25.0,playerid,207.5627,-103.7291,1005.2578) || PlayerToPoint(25.0,playerid,203.9068,-41.0728,1001.8047))

line 120
Quote:

forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);