Quote:
Originally Posted by rappy93
You want this message
PHP код:
SendClientMessage(playerid, COLOR_UPDATED, "The jingle URL has successfully been updated!");
to be sent to the player ?
Or this one ?
PHP код:
format(jingle, sizeof(jingle), "%s", input);
I'm asking because for the second one you're just formatting it but not sending it to anyone.
|
The formatting is used to change the url of the jingle, I need the SendClientMessage to be sent but if a player has inserted a special character the playerid is not being recognized, thus with an admin warning it shows no name but it does show the url, I'll take a screenshot in a little bit