SAMP (0.3?)Question
#5

You could try this but i dont know if it will work, since it is client side:

Код:
	public OnPlayerCommandText(playerid, cmdtext[])
	{
		if (strcmp(cmdtext, "/save", true) == 0)
		{
			return 0;
		}
	}
If it dont works you can kick anyone that uses that command

Код:
	public OnPlayerCommandText(playerid, cmdtext[])
	{
		if (strcmp(cmdtext, "/save", true) == 0)
		{
			return Kick(playerid); // Change to Ban(playerid); if you want to ban them
		}
	}
I guess it's possible, but i'm still going to test it.
Reply


Messages In This Thread
SAMP (0.3?)Question - by [HUN]Gamestar - 03.09.2009, 22:39
Re: SAMP (0.3?)Question - by (.Aztec); - 03.09.2009, 22:42
Re: SAMP (0.3?)Question - by [HUN]Gamestar - 03.09.2009, 23:02
Re: SAMP (0.3?)Question - by lavamike - 03.09.2009, 23:49
Re: SAMP (0.3?)Question - by Whiteagle - 04.09.2009, 00:06
Re: SAMP (0.3?)Question - by International - 04.09.2009, 00:07
Re: SAMP (0.3?)Question - by Whiteagle - 04.09.2009, 00:08
Re: SAMP (0.3?)Question - by ZuppR - 04.09.2009, 03:46
Re: SAMP (0.3?)Question - by Marcus09 - 04.09.2009, 03:52
Re: SAMP (0.3?)Question - by Daem - 04.09.2009, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)