SetTimerEx freezes Server ...
#1

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
Reply
#2

Show your public functions.
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)