Example random spawn needed
#4

Do you mean the angle at coordinates or function?
pawn Код:
// Coordinates:
// You type /save in-game and on the savedpositions.txt
AddPlayerClass( 23, 379.2453, 2532.2297, 16.5969, 313.1964, 0, 0, 0, 0, 0, 0 ); // An Example
// The parameters are:
AddPlayerClass( skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo )
// So the Angle is the 5th: 313.1964
pawn Код:
// Function:
new
    Float:Angle;

GetPlayerFacingAngle( playerid, Angle );
Reply


Messages In This Thread
Example random spawn needed - by smokeweed - 04.02.2012, 16:11
Re: Example random spawn needed - by [ABK]Antonio - 04.02.2012, 16:15
Re: Example random spawn needed - by smokeweed - 04.02.2012, 16:26
Re: Example random spawn needed - by Konstantinos - 04.02.2012, 16:31
Re: Example random spawn needed - by smokeweed - 04.02.2012, 16:32
Re: Example random spawn needed - by [ABK]Antonio - 04.02.2012, 16:33
Re: Example random spawn needed - by smokeweed - 04.02.2012, 16:41
Re: Example random spawn needed - by Konstantinos - 04.02.2012, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)