04.11.2009, 21:12
Can anyone explain why /exit doesn't work or maybe how to make it work?
Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
dcmd(exit,4,cmdtext);
}
dcmd_exit(playerid,params[])
{
CODE
return 1;
}

