Jump to content

Question

Posted

Salut,am o functie care provine de la mysql_function_query si in care stochez daca sunt sau nu randuri,problema e ca vreau sa folosesc variabila cu rezultate in alta functie precum onplayerrequestclass si a.s.m.d. Cum fac asta?


forward OnAccountCheck(playerid);
public OnAccountCheck(playerid)
{
	cache_get_data(rows_usernames, username_fields, 1);
	PlayerInfo[playerid][pQuery] = rows_usernames;
	printf("Rows on account check function: %i", PlayerInfo[playerid][pQuery]);
}

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.