radio system
#1

This is my epic fail of a radio system any idea on how to make this work.

Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if (strcmp("/r", cmdtext, true, 10) == 0) {
  {
   if (classid == 106 || classid == 105 || classid == 107) {
   SendPlayerMessageToPlayer(classid == 106 || classid == 105 || classid == 107);
	}
	
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
radio system - by 02manchestera - 10.04.2010, 01:26
Re: radio system - by pmk1 - 10.04.2010, 01:34
Re: radio system - by Sascha - 10.04.2010, 01:39
Re: radio system - by 02manchestera - 10.04.2010, 02:22
Re: radio system - by 02manchestera - 10.04.2010, 03:35
Re: radio system - by Steven82 - 10.04.2010, 04:31

Forum Jump:


Users browsing this thread: 1 Guest(s)