10.06.2017, 08:20
(
Последний раз редактировалось AfiqIqbal; 13.06.2017 в 03:16.
Причина: solved
)
SOLVED.
if(sscanf(params, "us[128]", VotekickPlayerID, VotekickReason))
{
SendClientMessage(playerid, -1, "[Error:] /votekick <id> <reason>");
}
PHP код:
Use return in the code above for the rest of the command to stop executing. |