Setting auto spawn
#7

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetTimer("Wooo",2000,false);// 2 seconds it will spawn u
    return 1;
}
forward Wooo(playerid);
public Wooo(playerid)
{
  new skinarray = dini_Int(file, "Skin");
            SpawnPlayer(playerid);
            gPlayerLogged[playerid] = 1;
    return 1;
}
Reply


Messages In This Thread
Setting auto spawn - by Anthonyx3' - 24.11.2010, 01:34
Re: Setting auto spawn - by cessil - 24.11.2010, 01:37
Re: Setting auto spawn - by Anthonyx3' - 24.11.2010, 01:41
Re: Setting auto spawn - by Leeroy. - 24.11.2010, 01:45
Re: Setting auto spawn - by GaGlets(R) - 24.11.2010, 01:50
Re: Setting auto spawn - by Anthonyx3' - 24.11.2010, 02:08
Re: Setting auto spawn - by Kitten - 24.11.2010, 02:25
Re: Setting auto spawn - by Leeroy. - 24.11.2010, 03:32

Forum Jump:


Users browsing this thread: 1 Guest(s)