2 Questions about scripting
#2

Answer 1: we don't see the video.. you just putted the name of the movie/uploader
but i guess you talking about AttachObjectToPlayer() Click Here for more info about it
Answer 2: this is should work
pawn Код:
//TOP
new Float:sBi[MAX_PLAYERS][3]={ // sBi= SpawnByID
{x,y,z},//= id 0 replace the x y z with coordinates the downthere
{x,y,z},//= id 1
// more ^
{x,y,z} //= the last id you want, the last one whithout ","
};
public OnPlayerSpawn(playerid)
{
    SetPlayerPos(playerid,sBi[playerid][0],sBi[playerid][1],sBi[playerid][2]);
   //meybe you want to set interior and VW too i don't know suit your self
}
Reply


Messages In This Thread
2 Questions about scripting - by nuriel8833 - 13.12.2010, 13:34
Re: 2 Questions about scripting - by XePloiT - 13.12.2010, 14:23
Re: 2 Questions about scripting - by nuriel8833 - 13.12.2010, 14:25
Re: 2 Questions about scripting - by XePloiT - 13.12.2010, 14:27
Re: 2 Questions about scripting - by nuriel8833 - 13.12.2010, 14:29
Re: 2 Questions about scripting - by XePloiT - 13.12.2010, 14:34
Re: 2 Questions about scripting - by nuriel8833 - 13.12.2010, 14:36
Re: 2 Questions about scripting - by nuriel8833 - 13.12.2010, 14:57
Re: 2 Questions about scripting - by XePloiT - 13.12.2010, 15:02
Re: 2 Questions about scripting - by nuriel8833 - 13.12.2010, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)