timer problem
#1

i have created an timer,but i get an errors,here's the code:
pawn Код:
public timer(playerid)
{
    GameTextForPlayer(playerid,"~b~Visit http://forum.sa-mp.com/index.php?topic=114460.0",3000,5);
    return 1;
}
here's the errors:
pawn Код:
D:\GTA San Andreas\gamemodes\DMV1.0.pwn(1188) : warning 235: public function lacks forward declaration (symbol "timer")
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Reply
#2

add this somewhere in your script (Outside all fucntions)

Код:
forward timer(playerid);
Reply
#3

Quote:
Originally Posted by Redgie
add this somewhere in your script (Outside all fucntions)

Код:
forward timer(playerid);
thanks,dude
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)