Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: [NYB]fast:p on July 22, 2014, 11:27:50 am

Title: Help me!!!!
Post by: [NYB]fast:p on July 22, 2014, 11:27:50 am
guyzz how to add Interior in Fight zone. please Help me :(
Title: Re: Help me!!!!
Post by: [NYB]fast:p on July 22, 2014, 11:30:27 am
I make hidefightcmd so plz help me  in Interior!!!!!     :-X :-X :-X :-X
Title: Re: Help me!!!!
Post by: NeskWriter on August 04, 2014, 02:12:31 am
The last parameter in SetPlayerPos function sets the interior of a player. Unfortunately there are no pages at VCMP Wiki that contain interior IDs. Try making your own list, gl.
Title: Re: Help me!!!!
Post by: DilsonTB on August 06, 2014, 08:43:08 am
The last parameter in SetPlayerPos function sets the interior of a player. Unfortunately there are no pages at VCMP Wiki that contain interior IDs. Try making your own list, gl.

Correct, VC:MP 0.3z Doesn't use any interiors ID to be setted up, so, its get the current interior of the current pos of the player, :D, VC:MP 0.4 I guess it contains the interiors id and their function.

Good Luck
Title: Re: Help me!!!!
Post by: NeskWriter on August 08, 2014, 01:12:19 am
The last parameter in SetPlayerPos function sets the interior of a player. Unfortunately there are no pages at VCMP Wiki that contain interior IDs. Try making your own list, gl.

Correct, VC:MP 0.3z Doesn't use any interiors ID to be setted up, so, its get the current interior of the current pos of the player, :D, VC:MP 0.4 I guess it contains the interiors id and their function.

Good Luck

SetPlayerPos(playerid,Float:x,Float:y,Float:z,Float:r,inter), where
inter - The interior to position of player at.
huh?