SA-MP Forums Archive
SetTimerEx freezes Server ... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SetTimerEx freezes Server ... (/showthread.php?tid=191480)



SetTimerEx freezes Server ... - Meta - 19.11.2010

Hi there!
I got some little Problems with SetTimerEx ...
Some of my own public Funtions freeze the Server if they get called by SetTimerEx.
Dunno why
Can sb help me?

thx


Re: SetTimerEx freezes Server ... - MadeMan - 19.11.2010

Show your public functions.


AW: SetTimerEx freezes Server ... - Meta - 19.11.2010

pawn Код:
public ConnectNPCEx(name[], script[])
{
    /*format(name, MAX_PLAYER_NAME+4, "NPC_%s", name);
    new b = */
ConnectNPC(name, script);
    //printf("Botname: %s, Script: %s", name, script);
    //return b;
}
things are commented, because with this, bots don't connect...
so it's like normal ConnectNPC.