Auto Spawn.
#4

i think this is what u needed
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetTimer("Wooo",2000,false);// 2 seconds it will spawn u
    return 1;
}
forward Wooo(playerid);
public Wooo(playerid)
{
    SpawnPlayer(playerid);
    SetPlayerPos(playerid, -2868.3137,471.6636,4.8773);
    SetPlayerSkin(playerid, 29);
    return 1;
}
Reply


Messages In This Thread
Auto Spawn. - by BJaxx - 23.11.2010, 01:49
Re: Auto Spawn. - by [L3th4l] - 23.11.2010, 01:50
Re: Auto Spawn. - by BJaxx - 23.11.2010, 02:12
Re: Auto Spawn. - by Kitten - 23.11.2010, 02:17
Re: Auto Spawn. - by BJaxx - 23.11.2010, 02:22
Re: Auto Spawn. - by Kitten - 23.11.2010, 02:24
Re: Auto Spawn. - by BJaxx - 23.11.2010, 02:29
Re: Auto Spawn. - by Kitten - 23.11.2010, 02:31
Re: Auto Spawn. - by BJaxx - 23.11.2010, 02:32

Forum Jump:


Users browsing this thread: 1 Guest(s)