19.02.2011, 14:38
Код:
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;
}
}
Код:
error 035: argument type mismatch (argument 1)



