05.11.2009, 16:22
Quote:
|
Originally Posted by mprofitt
Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
dcmd(exit,4,cmdtext);
return 1;
}
dcmd_exit(playerid,params[])
{
print(" /exit function called.");
return 1;
}
|
I changed "exit" to "ex" and it works fine. Why the difference?

