15.03.2012, 23:38
Well when i createhouse i get this 0
on my phpmyadmin but my debug shows that interior is 1 and cost is 100. How do i fix this?
pawn Код:
format(query,sizeof(query),"UPDATE Houses SET World = %d, Interior = %d, Cost = %d WHERE ID = %d",GetPlayerVirtualWorld(playerid),inte,amount,GetHouseid());
mysql_query(query);