OnPlayerRequestClass help
#5

Okay I'll try

/Edit: it doesn't work

my code now:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    print("OnPlayerRequestClass called...");
    //SpawnPlayer(playerid);
    SetTimerEx("ZSpawn",100,0,"i",playerid);
    return 1;
}

public ZSpawn(playerid)
{
    return SpawnPlayer(playerid);
}
But even if I'm standing there, nothing inside, I'll post the press the spawn button again sent into the skin selection. Furthermore, I'll be right after I F4 in the skin selection, and not next to the dead.
Reply


Messages In This Thread
OnPlayerRequestClass help - by Zunno - 28.12.2011, 06:02
Re: OnPlayerRequestClass help - by Ironboy - 28.12.2011, 06:07
Re: OnPlayerRequestClass help - by Zunno - 28.12.2011, 06:16
Re: OnPlayerRequestClass help - by MP2 - 28.12.2011, 06:24
Re: OnPlayerRequestClass help - by Zunno - 28.12.2011, 06:28
Re: OnPlayerRequestClass help - by Ironboy - 28.12.2011, 06:50
Re: OnPlayerRequestClass help - by Zunno - 28.12.2011, 06:54
Re: OnPlayerRequestClass help - by Ironboy - 28.12.2011, 07:25
Re: OnPlayerRequestClass help - by AustinJ - 28.12.2011, 07:29
Re: OnPlayerRequestClass help - by Zunno - 28.12.2011, 07:29

Forum Jump:


Users browsing this thread: 3 Guest(s)