Posts: 395
Threads: 10
Joined: Dec 2010
Reputation:
0
You have a lack of cells on your variable, simply choose a bigger number.
This forum requires that you wait 60 seconds between posts. Please try again in 39 seconds.
Posts: 138
Threads: 32
Joined: May 2008
Reputation:
0
Sry for double i get this
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\server\pawno\include\JunkBuster.inc(1964) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(941) : error 025: function heading differs from prototype
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(942) : error 021: symbol already defined: "strtok"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(957) : error 047: array sizes do not match, or destination array is too small
when i add junkbuster
Posts: 395
Threads: 10
Joined: Dec 2010
Reputation:
0
Jesus christ.
You forgot to forward the callback OnPlayerPrivmsg.
You have probably an include that already includes strtok as you have defined it in the gamemode itself aswell..
Last error, you have the same problem with cells. Post your code if we are suppose to help you!