my code is big?
#1

i think my code big O-o any way to make it shorter or its ok?

PHP код:
    if(!strcmp("/work"cmdtexttrue))
    {
        if (
minfo[playerid][CheckpointID] == 0)
        {
            new 
pvehiclemodel GetVehicleModel(GetPlayerVehicleID(playerid));
            if (
pvehiclemodel == 403 || pvehiclemodel == 514 || pvehiclemodel == 515)
            {
                if (
IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
                {
                    new 
string[200];
                    new 
rand random(sizeof(TruckingMissionRandom));
                    
CreatePlayerMission(playeridTruckingMissionRandom[rand][UseTrailerCheck], TruckingMissionRandom[rand][MissionPay], TruckingMissionRandom[rand][loadx],TruckingMissionRandom[rand][loady], TruckingMissionRandom[rand][loadz], TruckingMissionRandom[rand][unloadx],TruckingMissionRandom[rand][unloady], TruckingMissionRandom[rand][unloadz]);
                    
format(stringsizeof(string), "You are doing mission: %s"TruckingMissionRandom[rand][MissionName]);
                    
SendClientMessage(playerid0x00FF00FFstring);
                }
                else
                {
                    
SendClientMessage(playerid0xFF0000AA"Im sorry but this mission requires that you use a vehicle that can pull a semi trailer Ex: Roadtrain with an Artict1!");
                }
            }
            else
            {
            
SendClientMessage(playerid0xFF0000AA"you need truck and tailer to be able to work");
            }
        }
        else
        {
        
SendClientMessage(playerid0xFF0000AA"you already have work");
        }
        return 
1;
    } 
Reply


Messages In This Thread
my code is big? - by oOegyptOo - 22.11.2010, 21:38
Re: my code is big? - by FreshDoubleX - 22.11.2010, 21:40
Re: my code is big? - by The_Gangstas - 22.11.2010, 21:45
Re: my code is big? - by oOegyptOo - 22.11.2010, 21:46
Re: my code is big? - by oOegyptOo - 22.11.2010, 21:48
Re: my code is big? - by FreshDoubleX - 22.11.2010, 21:49
Re: my code is big? - by Steven82 - 22.11.2010, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)