Need help with variables
#3

This

pawn Код:
mysql_fetch_field_row(savingstring, "XPOS"); /*XPOS VARIABLE*/ = strval(savingstring);
Should become

pawn Код:
mysql_fetch_field_row(savingstring, "XPOS");
PlayerInfo[playerid][xPos] = floatstr(savingstring);
// Assuming that 'PlayerInfo[playerid][xPos]'is the variable where you want to save that xPos
And you should replace every /*XPOS VARIABLE*/ with your actual variable...
Reply


Messages In This Thread
Need help with variables - by McFellow - 06.01.2013, 21:11
Re: Need help with variables - by McFellow - 06.01.2013, 21:34
Re: Need help with variables - by Fabio11 - 06.01.2013, 23:30

Forum Jump:


Users browsing this thread: 2 Guest(s)