19.11.2013, 05:10
Ican't load money from mysql.
I used this
I used this
Код:
if(numrows == 1)//Daca este corecta parola stocam informatii
{
new username[24];
new baniuser[24];
mysql_fetch_field(1, username);
mysql_fetch_field(3, baniuser);
new userbani = strval(baniuser);
GivePlayerMoney(playerid, userbani);
SetSpawnInfo(playerid, 0, 0,1017.1094,-1345.6660,13.2545, 269.15, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
}

