Need Help!
#4

Debug it with prints.
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    print("1");
    //if(IsPlayerNPC(playerid)) return 1;

    F_OnPlayerConnect(playerid);
print("2");
//  ClearVars(playerid);
//  SyncCheckpoints(playerid);

    Inf[playerid] = 1;
print("3");
    gPlayerUsingLoopingAnim[playerid] = 0;
print("4");
Etc... and see how much of it loads, then you will find your problem.
Reply


Messages In This Thread
Need Help! - by Nuk3d1nk - 03.05.2011, 22:31
Re: Need Help! - by Firzendxiw - 03.05.2011, 22:40
Re: Need Help! - by Steven82 - 03.05.2011, 22:56
Re: Need Help! - by miokie - 03.05.2011, 23:19

Forum Jump:


Users browsing this thread: 2 Guest(s)