Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
check your script for public functions or stocks because SetTimer function is already defined somewhere
Posts: 112
Threads: 3
Joined: Oct 2013
Quote:
Originally Posted by warlord321
pawn Код:
D:\Game\RP\gamemodes\TRRP2dot3.pwn(625) : error 021: symbol already defined: "SetTimer" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
SetTimer("SpeedCamsTimer", 1000, true);
how to fix this ?
|
You already defined the SetTimer in your GM.
pawn Код:
SetTimer("SpeedCamsTimer", 1000, true);
remove this line then pawn
Then again problem occurs visit this page and found solution
https://sampforum.blast.hk/showthread.php?tid=133801