30.01.2018, 19:43
I will renew the R39-R41 game mode, but I have a few problems. Could you write an r41 version of the following?
R41 Version ?
Note: Sorry my bad english
Код:
Player[playerid][playerScore] = cache_get_field_content_int(0, "score");
Код:
cache_get_field_content(0, "password", tempString, koneksi, 129);
Код:
if(cache_get_field_content_int(0, "bannedclass") == 1) { Player[playerid][bannedClass] = true; } else { Player[playerid][bannedClass] = false; }
Код:
mysql_real_escape_string(exploit, safe, koneksi, 128);
Код:
new rows = cache_num_rows(koneksi), tempString[25];
Код:
Garage[id][garageID] = cache_insert_id();
Код:
count = cache_get_field_content_int(0, "total");
Код:
cache_get_field_content(z, "ID", tmpID, koneksi, 4);
Note: Sorry my bad english