Wats happening ? - 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: Wats happening ? (
/showthread.php?tid=503356)
Wats happening ? -
xHarshx - 29.03.2014
I am trying to convert my script to 0.3z and when I compile I get this:
pawn Код:
F:\GAMES\GTA San Andreas\SAMP Stuff\UG-RP\gamemodes\larp.pwn(43595) : error 021: symbol already defined: "NameTimer"
F:\GAMES\GTA San Andreas\SAMP Stuff\UG-RP\gamemodes\larp.pwn(44477) : warning 203: symbol is never used: "PlayerPos"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: Wats happening ? -
TomatoRage - 29.03.2014
Show the lines
Re: Wats happening ? -
doreto - 29.03.2014
Change
NameTimer name to something else and remove
PlayerPos as you don't use it.