OnPlayerRequestSpawn
#2

Don't know if this code will work.
pawn Код:
forward SpawnNow(playerid);

OnPlayerRequestSpawn(playerid)
{
    SetTimerEx("SpawnNow",10000,0,"d",playerid);
    return 0
}

public SpawnNow(playerid)
{
    OnPlayerSpawn(playerid);
    return 1;
}
Reply


Messages In This Thread
OnPlayerRequestSpawn - by cloudysky - 16.07.2011, 16:21
Re: OnPlayerRequestSpawn - by =WoR=Varth - 17.07.2011, 00:32
Re: OnPlayerRequestSpawn - by Lorenc_ - 17.07.2011, 01:39

Forum Jump:


Users browsing this thread: 1 Guest(s)