[solved] Getplayerpos
#1

nvm everyone, it all solved.
Reply
#2

It's warning, not error.
Is pHouseX/Y/Z defined as float variable?
Reply
#3

Make sure your enum that your using to define the 3 variables
Код:
#
                    PlayerInfo[playerid][pHouseX] = pX;    //errors
#
                    PlayerInfo[playerid][pHouseY] = pY;   //errors
#
                    PlayerInfo[playerid][pHouseZ] = pZ;
has
Код:
Float:pHouseX
Float:pHouseY
Float:pHouseZ
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)