Little help please?
#1

pawn Код:
C:\Users\Janek\Desktop\[ARP] Roleplay\gamemodes\Avolotion.pwn(9970) : error 021: symbol already defined: "SetTimer"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
SetTimer(playerid,"Bot",20000,1);
Reply
#2

Well there's a problem in your syntax. The SetTimer function doesn't support the passing of additional information, you need to use SetTimerEx, for example:

pawn Код:
SetTimerEx("Bot",20000,true,"i",playerid);
Reply
#3

pawn Код:
C:\Users\Janek\Desktop\[ARP] Roleplay\gamemodes\Avolotion.pwn(9970) : error 021: symbol already defined: "SetTimerEx"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Now i got that error, what do to? :S
Reply
#4

Not sure why it's doing that, you must be including the native definition for SetTimerEx more than once. Are you including any files more than once?
Reply
#5

mm i don't understant what you think
Reply
#6

Show more code around it.
Reply
#7

Luuk the first post there is it!
Reply
#8

I think you have it outside any function.

What this timer should do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)