Not spawning correct
#2

Код:
	new Float:X,Float:Y,Float:Z;
	cache_get_row(0, 4, id_string);
	X = floatstr(id_string);
	SetPVarFloat(playerid, "X", X);
	
	cache_get_row(0, 5, id_string);
	Y = floatstr(id_string);
	SetPVarFloat(playerid, "Y", Y);
	
	
	cache_get_row(0, 6, id_string);
	Z = floatstr(id_string);
	SetPVarFloat(playerid, "Z", Z);
	
	cache_get_row(0, 7, id_string);
	SetPVarInt(playerid, "FacingAngle", floatstr(id_string));
Reply


Messages In This Thread
Not spawning correct - by Alex_T - 19.12.2015, 05:28
Re: Not spawning correct - by X337 - 19.12.2015, 08:21

Forum Jump:


Users browsing this thread: 2 Guest(s)