warnings
#8

Try doing it like this;
new Float:x, Float:y, Float:z, Float:a;
Code:
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, a);
PlayerInfo[playerid][PosX] = x;
PlayerInfo[playerid][PosY] = y;
PlayerInfo[playerid][PosZ] = z;
PlayerInfo[playerid][Angle] = a;
Reply


Messages In This Thread
warnings - by ImTouchk - 02.11.2016, 06:46
Re: warnings - by iLearner - 02.11.2016, 06:50
Re: warnings - by ImTouchk - 02.11.2016, 07:10
Re: warnings - by iLearner - 02.11.2016, 07:13
Re: warnings - by ImTouchk - 02.11.2016, 07:17
Re: warnings - by iLearner - 02.11.2016, 07:19
Re: warnings - by ImTouchk - 02.11.2016, 07:31
Re: warnings - by Sparkie - 02.11.2016, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)