The skins do not spawn the way I want them to?
#4

For example

pawn Код:
public OnPlayerSpawn(playerid)
{
    new Random = random(sizeof(RandomSpawns));
    SetPlayerPos(playerid, RandomSpawns[Random][0], RandomSpawns[Random][1], RandomSpawns[Random][2]);
    SetPlayerFacingAngle(playerid, RandomSpawns[Random][3]);
    return 1;
}
Reply


Messages In This Thread
The skins do not spawn the way I want them to? - by Goldino - 26.02.2013, 06:31
Re: The skins do not spawn the way I want them to? - by [TC]XxJuggaloxX - 26.02.2013, 06:43
Re: The skins do not spawn the way I want them to? - by Goldino - 26.02.2013, 06:47
Re: The skins do not spawn the way I want them to? - by [TC]XxJuggaloxX - 26.02.2013, 07:00
Re : The skins do not spawn the way I want them to? - by yusei - 26.02.2013, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)