23.01.2011, 09:31
You can't edit the limit.
@ the guy above me.
2 stat commands would be anoying.
You can just send two clientmessages like this:
format(string),sizeof(string,"Money: %d, Bankmoney %d",money,bankmoney);
SendClientMessage(playerid,COLOR_YELLOW,string);
format(string),sizeof(string,"Kills: %d, Deaths %d",kills,deaths);
SendClientMessage(playerid,COLOR_YELLOW,string);
This will send both of the lines.
@ the guy above me.
2 stat commands would be anoying.
You can just send two clientmessages like this:
format(string),sizeof(string,"Money: %d, Bankmoney %d",money,bankmoney);
SendClientMessage(playerid,COLOR_YELLOW,string);
format(string),sizeof(string,"Kills: %d, Deaths %d",kills,deaths);
SendClientMessage(playerid,COLOR_YELLOW,string);
This will send both of the lines.

