Set a variable to what they ask
#1

Код:
           new station = strcmp(cmdtext);
	   if(RadioStatus[vehicleid] == 1)
	   {
		if(strcmp(station,"1",true) == 0)
		{
	      	        RadioChannel[vehicleid] = 1;
	      		SendClientMessage(vehicleid, COLOR_ORANGE,"Radio station set to number one");
	      		return 1;
      		}
           }
What am I doing wrong? I'm confused on how to do this.

Код:
error 035: argument type mismatch (argument 1)
Reply


Messages In This Thread
Set a variable to what they ask - by Zack9764 - 19.02.2011, 14:38
Re: Set a variable to what they ask - by Serbish - 19.02.2011, 14:44
AW: Set a variable to what they ask - by !Phoenix! - 19.02.2011, 14:48
Re: Set a variable to what they ask - by Zack9764 - 19.02.2011, 15:22
Re: Set a variable to what they ask - by Serbish - 19.02.2011, 15:37
Re: Set a variable to what they ask - by Zack9764 - 19.02.2011, 15:45
Re: Set a variable to what they ask - by Mean - 19.02.2011, 15:49
Re: Set a variable to what they ask - by Serbish - 19.02.2011, 15:50
Re: Set a variable to what they ask - by Zack9764 - 19.02.2011, 16:21
Re: Set a variable to what they ask - by maramizo - 19.02.2011, 16:30

Forum Jump:


Users browsing this thread: 2 Guest(s)