Command doesn't work.
#8

PHP код:
    else if(!strcmp(settings"Radio"true))
    {
        if(!
PlayerHasItem(playerid,"Statie Radio")) return SendClientMessage(playerid, -1"You don't have radio");
        {
        new 
str[128], str2[128];
        if(
pInfo[playerid][rChat] == 1)
        {
            
pInfo[playerid][rChat] = 0;
            
format(strsizeof(str), "* %s uses fingers and clicks ON."PlayerName(playerid));
            
ProxDetector(30playeridstrCOLOR_PURPLE);
        }
        else
        {
            
pInfo[playerid][rChat] = 1;
            
format(strsizeof(str2), "* %s uses fingers and cliks OFF."PlayerName(playerid));
            
ProxDetector(30playeridstr2COLOR_PURPLE);
        }
        return 
1;
    }
        } 
the clicks OFF text is shown "blank". Do you know why?
Reply


Messages In This Thread
Command doesn't work. - by Zeus666 - 24.10.2018, 11:24
Re: Command doesn't work. - by Ermanhaut - 24.10.2018, 11:48
Re: Command doesn't work. - by Infin1ty - 24.10.2018, 11:49
Re: Command doesn't work. - by Infin1ty - 24.10.2018, 11:52
Re: Command doesn't work. - by Ermanhaut - 24.10.2018, 11:56
Re: Command doesn't work. - by Zeus666 - 24.10.2018, 12:16
Re: Command doesn't work. - by Undef1ned - 24.10.2018, 15:48
Re: Command doesn't work. - by Zeus666 - 24.10.2018, 19:26
Re: Command doesn't work. - by ReD_HunTeR - 24.10.2018, 19:34
Re: Command doesn't work. - by Zeus666 - 24.10.2018, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)