Server crashes while trying to execute command
#9

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
pawn Код:
new szText[50];
format(szText, sizeof (szText), "Current job: %s", currentJob);
SendClientMessage(playerid, 0x00FF00FF, szText);
Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
pawn Код:
new string[100];
format(string, sizeof(string), "Your current job is: %s.", currentJob);
SendClientMessage(playerid, -1, string);
Thank you, it worked.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)