04.04.2015, 22:00
Quote:
Its little confusing for me xD, can you give me example on how to use it in this occasion? I tried something, but /job had no response, server wasn't crashing though.
|
pawn Код:
new string[100];
format(string, sizeof(string), "Your current job is: %s.", currentJob);
SendClientMessage(playerid, -1, string);