14.07.2014, 18:19
C'est tout simple ce problиme...
Suffit juste de mettre mysql а la place de 1...
HouseInfo[i][hOwner] = cache_get_field_content(i, "hOwner", HouseInfo[i][hOwner], mysql, MAX_PLAYER_NAME);
EDIT: Faut pas utiliser comme зa pour cache_get_field_content
Pas avec le "=".
https://sampwiki.blast.hk/wiki/MySQL/R33..._field_content
Pour toi зa sera: cache_get_field_content(0, "hOwner", HouseInfo[i][hOwner], mysql, 25);
Suffit juste de mettre mysql а la place de 1...
HouseInfo[i][hOwner] = cache_get_field_content(i, "hOwner", HouseInfo[i][hOwner], mysql, MAX_PLAYER_NAME);
EDIT: Faut pas utiliser comme зa pour cache_get_field_content
Pas avec le "=".
https://sampwiki.blast.hk/wiki/MySQL/R33..._field_content
Pour toi зa sera: cache_get_field_content(0, "hOwner", HouseInfo[i][hOwner], mysql, 25);