R39 Upgrade R41 -
#1

I will renew the R39-R41 game mode, but I have a few problems. Could you write an r41 version of the following?

Код:
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);
R41 Version ?


Note: Sorry my bad english
Reply
#2

From the maintainer himself: https://sampforum.blast.hk/showthread.php?tid=616103
Reply
#3

I looked at the subject mentioned. Helper does not seem to actually be able to write the r41 version of them
Reply
#4

https://sampwiki.blast.hk/wiki/MySQL/R40
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)