HELP +REP
#8

this is on my gamemode

PHP код:
    if(strcmp(cmd"/respawnallcars"true) == || strcmp(cmd"/rac"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
PlayerInfo[playerid][pAdmin] <= 6)
            {
                
SendClientMessage(playeridCOLOR_GREEN"Error: You are not authorized to use this command.");
                return 
1;
            }
            for(new 
i;i<MAX_VEHICLES;i++)
            {
            if(
IsUnusedVehicle(i) && IsVehicleConnected(i) && OwnedMashin[i] == && OwnedMashin_2[i] == 0SetVehicleToRespawn(i);
            }
            
format(string,256,"All Vehicles Respawned By Owner %s",PINFO[playerid][pName]);
            
AdminWarn(string);
        }
        return 
1;
    } 
Reply


Messages In This Thread
HELP +REP - by KingPersona - 11.05.2015, 18:26
Re: HELP +REP - by Crayder - 11.05.2015, 23:31
Re: HELP +REP - by Sithis - 12.05.2015, 08:25
Re: HELP +REP - by KingPersona - 14.05.2015, 22:10
Re: HELP +REP - by Crayder - 14.05.2015, 22:35
Re: HELP +REP - by KingPersona - 15.05.2015, 10:39
Re: HELP +REP - by Threshold - 15.05.2015, 10:55
Re: HELP +REP - by keyvanik - 15.05.2015, 12:37
Re: HELP +REP - by Smileys - 15.05.2015, 13:25
Re: HELP +REP - by KingPersona - 15.05.2015, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)