15.08.2011, 13:29
' you freak ' ?
That's a nice insult there buddy.
Anyway, since I'm nice, here's the command for it.
That's a nice insult there buddy.
Anyway, since I'm nice, here's the command for it.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/changehostname", true, 0))
{
SendRconCommand("hostname hostnamehere");
return 1;
}
return 0;