Is there a way to do this without a string?
#4

No.. it needs to be in string format...

pawn Код:
new string[258];
format(string, sizeof(string), "You have sent %s to %s!", amount, name);
SendClientMessage(playerid,COLOR_GREEN, string);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)