What the heck?
#7

This is hard to figure out unless we have your whole script, if you want, send me your script/includes/plugins in a PM, and I will take a look.

But This is what I have so far...

Код:
main()
{
  print(" (v1.0) BasicAdmin loaded");
}

#endif

public OnPlayerText(playerid, text[])
{
  if(PlayerData[playerid][Muted] == 1)
	{
    SendClientMessage(playerid, COLOR_RED, "You are muted and cannot talk.");
    return 0;
  }
  return true;
}
You were missing [] after Text.
And had a ( instead of {
Reply


Messages In This Thread
What the heck? - by Blokk - 03.03.2010, 21:55
Re: What the heck? - by HydraX - 03.03.2010, 21:59
Re: What the heck? - by Blokk - 03.03.2010, 22:01
Re: What the heck? - by Blokk - 03.03.2010, 22:02
Re: What the heck? - by AKA_Cross - 03.03.2010, 22:15
Re: What the heck? - by SlashPT - 03.03.2010, 22:19
Re: What the heck? - by Scenario - 03.03.2010, 22:20
Re: What the heck? - by SlashPT - 03.03.2010, 22:21
Re: What the heck? - by adsy - 03.03.2010, 22:24
Re: What the heck? - by Scenario - 03.03.2010, 22:24

Forum Jump:


Users browsing this thread: 5 Guest(s)