23.09.2012, 20:19
Hello,
Just say'in i want learn something about this..
Is that possible, like:
and can use 2 method's:
Just i want use without format, if that's possible and how..?
Just say'in i want learn something about this..
Is that possible, like:
Код:
forward messageforplayer(playerid, const string[]); public messageforplayer(playerid, const string[]) { return sendclientmessage(playerid, -1, string); }
Код:
1: messageforplayer(playerid, "Hello"); 2: messageforplayer(playerid, "Hello, my ID is %d", playerid);