25.07.2016, 03:34
(
Последний раз редактировалось RedMF; 25.07.2016 в 03:36.
Причина: [/QUOTE]
)
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if ( strcmp(cmdtext, "/gmx", true) == 0 )
{
SendRconCommand("gmx");
return 1;
}
return 0;
}

