I need help here with / climate
#1

Guys when I 'm going to use the command / climate climate changes do not help me?

PHP код:
    if(strcmp(cmd,"/clima",true) == 0){
    if(
pAdmin[playerid] == || pAdmin[playerid] == || pAdmin[playerid] == || pAdmin[playerid] == || pAdmin[playerid] == 5){
    new 
weatherid;
    
tmp strtok(cmdtext,idx);
    
weatherid strval(tmp);
    if(!
strlen(tmp)){
    
SendClientMessage(playeridVermelho"| ERRO | Digite: /Clima [ID]");
    return 
1;
    }
    if(
weatherid < -66 || weatherid 45){
    
SendClientMessage(playeridVermelho"| ERRO | ID invбlido!");
    return 
1;
    }else{
    
SetWeather(weatherid);
    new 
Names[30];
    
GetPlayerName(playerid,Names,sizeof(Names));
    
format(string,sizeof(string),"| INFO-SERVER | O(a) Administrador(a) %s  mudou o clima para '%d' !",Names,weatherid);
    
SendClientMessageToAll(ocdstring);
    return 
1;
    }
    }
    } 
Reply


Messages In This Thread
I need help here with / climate - by baela - 30.06.2016, 22:49
Re: I need help here with / climate - by moura98 - 30.06.2016, 23:19
Re: I need help here with / climate - by DTV - 01.07.2016, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)