- 0
Nelamurire MySql / Comanda.
-
Similar Content
-
- 2 replies
- 2.001 views
-
Gamemode Hardgaming Versiunea a 4-a (no-mysql) 1 2
By n0dEv,
- luatil cai kald.
- hardgaming v4
- (and 90 more)
- 42 replies
- 11.233 views
-
- 1 answer
- 448 views
-
- 2 answers
- 1.038 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 854 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
TrueCross
Aveti idee cum as putea sa fac for-ul urmator pentru a-mi afisa doar ultimele 10 rezultate, stie cineva?
new Cache: result12 = mysql_query (handle, stringg);
for(new i, j = cache_get_row_count(); i != j; ++i)
{
cache_get_field_content(i, "text", test);
cache_get_field_content(i, "time", test2);
format(aim, sizeof(aim), "%s - %s",test, test2);
SCM(playerid,COLOR_GENANNOUNCE,aim);
}
cache_delete(result12);
Edited by TrueCross0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now