[HELP]It's possible ?
#2

What do you mean having a global string to use for all formats?

If that yes.

Example:

pawn Code:
new string[128];

new money = GetPlayerMoney(playerid);
format(string,sizeof(string), "Money =  %d.",money);

new score = GetPlayerScore(playerid);
format(string,sizeof(string), "Score =  %d.",score);
Reply


Messages In This Thread
[HELP]It's possible ? - by TheBluec0de - 10.04.2012, 21:25
Re: [HELP]It's possible ? - by Kitten - 10.04.2012, 21:28
Re: [HELP]It's possible ? - by TheBluec0de - 10.04.2012, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)