Assigned Character Script (or whatever it's called)
#6

Code:
public OnPlayerSpawn(playerid) //Ten Public Odpowiada za Spawn
{
	return 1;
}
forward SetPlayerRandomSpawn(playerid);
public SetPlayerRandomSpawn(playerid)
{
new rand = random(sizeof(Spawny));
SetPlayerPos(playerid, Spawny[rand][0], Spawny[rand][1], Spawny[rand][2]); //
SetPlayerFacingAngle(playerid, 88.0);
return 1;
}
I have those lines, because script was made by someone else (my good friend SpeeD ). Anyway, where do I insert those lines you gave me?
Reply


Messages In This Thread
Assigned Character Script (or whatever it's called) - by Puzi - 02.03.2009, 15:23
Re: Assigned Character Script (or whatever it's called) - by ICECOLDKILLAK8 - 02.03.2009, 15:24
Re: Assigned Character Script (or whatever it's called) - by Puzi - 02.03.2009, 15:25
Re: Assigned Character Script (or whatever it's called) - by pspleo - 02.03.2009, 15:27
Re: Assigned Character Script (or whatever it's called) - by Puzi - 02.03.2009, 15:33
Re: Assigned Character Script (or whatever it's called) - by Puzi - 02.03.2009, 15:37

Forum Jump:


Users browsing this thread: 2 Guest(s)