Kad setam Zlato ili Banka novac ne updateuje se TEXTDRAW!!!! ALOOOO POMOC BA
(https://media1.giphy.com/media/E2USislQIlsfm/giphy.gif?cid=6c09b9523mfj84s57983xz0txjcox8boc5d90dofsbsn5gn6&ep=v1_gifs_search&rid=giphy.gif&ct=g)
Citat: Paul Castellano poslato Septembar 10, 2023, 20:58:54 POSLE PODNE
(https://media1.giphy.com/media/E2USislQIlsfm/giphy.gif?cid=6c09b9523mfj84s57983xz0txjcox8boc5d90dofsbsn5gn6&ep=v1_gifs_search&rid=giphy.gif&ct=g)
Citat: SUKKA-BLYAT poslato Septembar 10, 2023, 20:42:55 POSLE PODNE
Kad setam Zlato ili Banka novac ne updateuje se TEXTDRAW!!!! ALOOOO POMOC BA
[pawn]
public OnPlayerUpdate(playerid)
{
new sveImasOnline[12], potrudiSeMalo[12];
format(sveImasOnline, sizeof(sveImasOnline), "%dG", PlayerInfo[playerid][pZlato]);
format(potrudiSeMalo, sizeof(potrudiSeMalo), "%d$", PlayerInfo[playerid][pBanka]);
TextDrawSetString(ImeTvojTDaLutkoMoja, sveImasOnline);
TextDrawSetString(ImeTvojTDaLutkoMoja, potrudiSeMalo);
return 1;
}
[/pawn]
Citat: cofilinko poslato Septembar 10, 2023, 22:11:14 POSLE PODNE
[pawn]
public OnPlayerUpdate(playerid)
{
new sveImasOnline[12], potrudiSeMalo[12];
format(sveImasOnline, sizeof(sveImasOnline), "%dG", PlayerInfo[playerid][pZlato]);
format(potrudiSeMalo, sizeof(potrudiSeMalo), "%d$", PlayerInfo[playerid][pBanka]);
TextDrawSetString(ImeTvojTDaLutkoMoja, sveImasOnline);
TextDrawSetString(ImeTvojTDaLutkoMoja, potrudiSeMalo);
return 1;
}
[/pawn]
Imam ja to već ispisano ,i opet neče?
Citat: SUKKA-BLYAT poslato Septembar 10, 2023, 23:41:59 POSLE PODNE
Imam ja to već ispisano ,i opet neče?
Je l si siguran da uzimas pravilan ID/ime Textdrawa?