[SOLVED] 3 Errors. When i compiler the .pwn - 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: [SOLVED] 3 Errors. When i compiler the .pwn (
/showthread.php?tid=401417)
[SOLVED] 3 Errors. When i compiler the .pwn -
aslan890 - 22.12.2012
First i complide the .pwn it said cannot read "strrest" after that i put the strrest.inc and it give me this error and this is the lines of the [GM]
THE LINES:
14:
Код:
#pragma unused ret_memcpy
17:
Код:
#define B_FILE_LOAD "tAxI_SYS_SETUP/tAxI_businesses_setup.tAxI"
31:
Код:
and the line 31 is empty nothing there ?
1034:
Код:
if(IsPlayerLAdmin(playerid))
Код:
C:\Users\GURKAN\Desktop\TM-TURK\pawno\include\IsPlayerLAdmin.inc(14) : error 010: invalid function or declaration
C:\Users\GURKAN\Desktop\TM-TURK\pawno\include\IsPlayerLAdmin.inc(17) : error 017: undefined symbol "playerid"
C:\Users\GURKAN\Desktop\TM-TURK\pawno\include\IsPlayerLAdmin.inc(31) : error 010: invalid function or declaration
C:\Users\GURKAN\Desktop\TM-TURK\gamemodes\Kaf-Kef.pwn(1034) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: 3 Errors. When i compiler the .pwn -
ikey07 - 22.12.2012
lude\
IsPlayerLAdmin.inc(14) : error 010:
Not the gamemode
Re: 3 Errors. When i compiler the .pwn -
Konstantinos - 22.12.2012
This errors/warning is not from your GM, but the IsPlayerLAdmin include.
Re: 3 Errors. When i compiler the .pwn -
aslan890 - 22.12.2012
Quote:
Originally Posted by ikey07
lude\IsPlayerLAdmin.inc(14) : error 010:
Not the gamemode
|
Thanks lol am so lazzy to read
![Smiley](images/smilies/smile.png)
+2