Problem with my GM
#5

Quote:
Originally Posted by fps_doug
make sure you return 0

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  return 0;
}

/* Returning '0' is used to inform the server that the command
has not been successfully processed, and passes it to other scripts.
If there hasn't been a successful process, then you will get that
'SERVER: Unknown Command.' error.
*/
Solved!!! Thanks man !!!
Reply


Messages In This Thread
Problem with my GM - by R3SpaWn3 - 10.04.2010, 14:02
Re: Problem with my GM - by ruckfules99 - 10.04.2010, 14:13
Re: Problem with my GM - by RyDeR` - 10.04.2010, 14:22
Re: Problem with my GM - by mascii - 10.04.2010, 14:22
Re: Problem with my GM - by R3SpaWn3 - 10.04.2010, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)