15.10.2012, 17:03
Hello
Can Somebody explain me what is Float? Float:X Float:Y Float:Z what is that?
Can Somebody explain me what is Float? Float:X Float:Y Float:Z what is that?
new Float:X,Float:Y,Float:Z //X means the x coordinate.
//Y means the Y coordinate
//and Z means the z coordinate its height.
//Using it
GetPlayerPos(playerid,X,Y,Z); //Got X,Y,Z position of a player.
new var;
AddPlayerClass(0,-70.6670,1797.7673,17.4779,261.6867,0,0,0,0,0,0); //
In This These Are The FloatX,Y,Z
-70.6670,1797.7673,17.4779
AddPlayerClass(0,X,Y,Z,Facing-Angle,0,0,0,0,0,0); //