25.11.2012, 14:13
(
Последний раз редактировалось lewismichaelbbc; 25.11.2012 в 15:01.
)
Hi guys, I would like to limit the amount of characters in a string to 39. This is what I have so far:
I need it to send a message to the user if they have used more than 39 characters in the string... how can I do this?
Thanks
Код:
COMMAND:helpme(playerid, params[])
{
format(string, sizeof(string), "%s-%s",sendername,params);
RefreshHelpMeChatBox();
return 1;
}
Thanks

