%d Wanteds
#2

Try this.

Код:
sPlayer[playerid][Wanteds] += wid;
Код:
ocmd:mywtds(playerid,params[])
{
new wid;
new string[128];
format(string, sizeof(string), "You have %d Wanteds!", sPlayer[playerid][Wanteds]);
SendClientMessage(playerid, -1, string);
}
Reply


Messages In This Thread
%d Wanteds - by pulsare - 27.10.2017, 17:26
Re: %d Wanteds - by Danisoni - 27.10.2017, 18:04
Re: %d Wanteds - by pulsare - 27.10.2017, 18:18
Re: %d Wanteds - by Mencent - 28.10.2017, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)