[HELP]It's possible ?
#1

it's possible use one string for all format ecc ? is a good idea or not ?
Reply
#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
#3

ok.... solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)