Quote:
Originally Posted by Klutty
Quote:
Originally Posted by Losane
Quote:
Originally Posted by Losane
A problem:
Code:
C:\Users\Valentin\Desktop\GTA SAMP\gamemodes\larp.pwn(42713) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\Valentin\Desktop\GTA SAMP\gamemodes\larp.pwn(43813) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Somebody can help me pls?
|
Delete the whole content with OnPlayerPrivMsg
And remove the "new NameTimer" or whatever is there with NameTimer in it at line 43813.
|
NameTimer is already defined in a Include, so yeah, remove NameTimer from the script!