I got this 2 error can someone help?
#1

I was trying to connect myqsl and i put some files in my server file and mtrp-final.zip it had .pwn that i have to edited for my self - the mysq- sql part and i ddi but it giving me this error even when i dont edit?




C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(36155) : error 004: function "NameTimer" is not implemented
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37875) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
[/CODE]


Line 9846:
Код:
	SetDisabledWeapons(43,44,45);
Line 36155:
Код:
	NameTimer();
Line 37875:
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
Reply
#2

error 017 write at top of script #define SetDisabledWeapons
Reply
#3

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(36155) : error 004: function "NameTimer" is not implemented
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37875) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line: 37875 :
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
Reply
#4

Remove the function "NameTimer" and have fun
Reply
#5

I did now it give me this error

Код:
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(9846) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\New folder (2)\nwprrrrrrrrrrrrrrrrrrrrrr\filterscripts\mtrp-final.pwn(37874) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9424 bytes
Code size:          1540400 bytes
Data size:          9799428 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5384 cells (21536 bytes)
Total requirements:11365636 bytes

2 Warnings.
Reply
#6

It means you don't have enaught memory on computer.Free some space.
Reply
#7

are you sure?
Reply
#8

I heard that this thign doesn't support anymore?

public OnPlayerPrivmsg(playerid, recieverid, text[])
Reply
#9

Quote:

Header size: 9424 bytes
Code size: 1540400 bytes
Data size: 9799428 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5384 cells (21536 bytes)
Total requirements:11365636 bytes

You are using too many large locals.
Reply
#10

Quote:
Originally Posted by gtafreak15
Посмотреть сообщение
You are using too many large locals.
That is not the problem lol this not [GM] its just something that help me to use mysql

its this thing that use - https://sampforum.blast.hk/showthread.php?tid=7106

and it it gives error already i ddin't create this
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)