[Ajuda] Setando armas in-game
#2

Jб tentei de outras formas diferentes em nada.

No LoadPlayer, como cache_get_value_name_int, tentei uma funзгo stock tambйm:

Код:
EM THREAD_LOAD_ACCOUNTS do OnQueryFinish:	



for (new i = 0; i < 13; i ++) {
		cache_get_value_name_int(0, "pWeapon%d", PlayerInfo[playerid][pWeapon][i]);
		cache_get_value_name_int(0, "pAmmo%d", PlayerInfo[playerid][pAmmo][i]);
	}
Код:
SetarArmas(playerid){

	for (new i = 0; i < 13; i ++) if (PlayerInfo[playerid][pWeapon][i] > 0 && PlayerInfo[playerid][pAmmo][i] > 0) {
	    GivePlayerWeapon(playerid, PlayerInfo[playerid][pWeapon][i], PlayerInfo[playerid][pAmmo][i]);
	}
	return 1;
}
Sу que simplesmente essa merda nгo vai! Como capturo na ъltima versгo do plugin MySQL as armas da tabela `accounts` especificamente `pWeapon0` atй `pWeapon13` e seto elas no personagem quando ele loga? Parece a porra de uma pergunta besta mas isso й IRRITANTE.
Reply


Messages In This Thread
Setando armas in-game - by Diggie - 03.09.2018, 21:00
Re: Setando armas in-game - by Diggie - 03.09.2018, 23:10
Re: Setando armas in-game - by iHollyZinhO - 03.09.2018, 23:39
Re: Setando armas in-game - by GSantana - 03.09.2018, 23:53
Re: Setando armas in-game - by Diggie - 03.09.2018, 23:56
Re: Setando armas in-game - by GSantana - 03.09.2018, 23:58
Re: Setando armas in-game - by iHollyZinhO - 04.09.2018, 00:06
Re: Setando armas in-game - by Diggie - 04.09.2018, 00:50
Re: Setando armas in-game - by Diggie - 04.09.2018, 00:59
Re: Setando armas in-game - by iHollyZinhO - 04.09.2018, 01:05

Forum Jump:


Users browsing this thread: 2 Guest(s)