Pomoc oko komande

Započeo Jcg, Maj 07, 2019, 22:43:09 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 3 gostiju pregledaju ovu temu.

ma nista  :D


u /f komandi trebas izmijeniti umjesto RankOrg(playerid) u PlayerInfo[playerid][pRankIme] i cim to uradis slobodno tu funkciju RankOrg(playerid) izbriši iz moda neće ti trebat

primjer

else if(PlayerInfo[playerid][pClan] == 23)
	{
		new string[256];
		format(string, sizeof(string), "{1BE0B5} La Cosa Nostra | %s (%s): "BELA"%s", GetName(playerid),RankOrg(playerid), params[0] );
		LCNChat(string);
	}

u
else if(PlayerInfo[playerid][pClan] == 23)
	{
		new string[256];
		format(string, sizeof(string), "{1BE0B5} La Cosa Nostra | %s (%s): "BELA"%s", GetName(playerid),PlayerInfo[playerid][pRankIme], params[0] );
		LCNChat(string);
	}
69

to si mogao odradit lako samo na /f cetu popisat imena koja hoćeš npr za PD Rank 1 da staviš Cadet i kada pišeš na /f izbaciti ×× Cadet Pablo Cruz kaze: Pozdrav. ××

a to ti je samo posao bio