What is this? - 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: What is this? (
/showthread.php?tid=126088)
What is this? -
kman - 07.02.2010
for some reason /pm doesn't work and i dint realize it until i tried to compile and i got this
Код:
\gamemodes\lvrcr.pwn(49) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
\gamemodes\lvrcr.pwn(6226) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
\gamemodes\lvrcr.pwn(21079) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.
Re: What is this? -
mansonh - 07.02.2010
You can't redefine a samp definition: MAX_PICKUPS
You need to forwared your public functions
ex
forward Myfunction(variables);
public Myfunction(variables)
{
}
Re: What is this? -
Torran - 07.02.2010
Private Messaging has been took off since 0.3