SA-MP Forums Archive
R39 Upgrade R41 - - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: R39 Upgrade R41 - (/showthread.php?tid=648916)



R39 Upgrade R41 - - BrainDamaged - 30.01.2018

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


Re: R39 Upgrade R41 - - Misiur - 30.01.2018

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


Re: R39 Upgrade R41 - - BrainDamaged - 31.01.2018

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


Re: R39 Upgrade R41 - - Bolex_ - 31.01.2018

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