1 error !!
#1

pawn Код:
forward time2();
public time2();
{
    SetWeather(1);
}
pawn Код:
public OnGameModeInit()
{
    SetTimerEx("time2", 500, 1, "i");
error :
Код:
: error 055: start of function body without function header
Reply
#2

You don't need the ; at public time2(); and use SetTimer function at this case.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)