SA-MP Forums Archive
[GameMode] Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Objects! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Objects! (/showthread.php?tid=308741)

Pages: 1 2


Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - [Nikk] - 02.02.2012

For something calls "Base Gamemode"


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Narimalla - 03.02.2012

Hey Man /work and other commands are not working


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Maylay_Young - 03.02.2012

Nice GM


Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - [Nikk] - 03.02.2012

Quote:
Originally Posted by Narimalla
Посмотреть сообщение
Hey Man /work and other commands are not working
If you use the pastebin, you put al plugins in they foder ?


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Narimalla - 04.02.2012

Oh okay nikki


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Dazza - 04.02.2012

/work doesnt work


Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - [Nikk] - 04.02.2012

Quote:
Originally Posted by Dazza
Посмотреть сообщение
/work doesnt work
I say it again, put sscanf in your plugins folder, i have tested 10 minutes a go, and works perfect for me. The command is in the gm, why dont have to work?!

pawn Код:
if(!strcmp("/work", cmdtext, true))
    {
        new pvehiclemodel = GetVehicleModel(GetPlayerVehicleID(playerid));
        if (pvehiclemodel == 437 || pvehiclemodel == 431)
        {
            TextDrawHideForPlayer(playerid, NotWorking);
            if (IsPlayerInMission[playerid] == 1) return SendClientMessage(playerid, 0xFF0000AA, ">> You are currently in a mission use \"/cancelmission\" to cancel your current mission!"); // prevents them de starting another mission
            new rand = random(sizeof(TruckingMissionRandom));
 
            IsPlayerInMission[playerid] = 1; // asign it to 1 becuase there in a mission
            CreatePlayerMission(playerid, TruckingMissionRandom[rand][UseTrailerCheck], TruckingMissionRandom[rand][MissionPay], TruckingMissionRandom[rand][loadx],TruckingMissionRandom[rand][loady], TruckingMissionRandom[rand][loadz], TruckingMissionRandom[rand][unloadx],TruckingMissionRandom[rand][unloady], TruckingMissionRandom[rand][unloadz]);
            SendClientMessage(playerid, 0x00FF00FF, "You start a mission! Take a look in the info. box bellow !.");
            new Cock[128];
            format(Cock, sizeof(Cock), "%s", TruckingMissionRandom[rand][MissionName]);
            TextDrawSetString(Working, Cock);
            TextDrawShowForPlayer(playerid, Working);
        }
        else
        {
            SendClientMessage(playerid, 0xFF0000AA, "Im sorry but this mission requires that you use a vehicle that can pull a semi trailer Ex: Roadtrain with an Artict1!");
        }
        return 1;
    }



Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Amoucnobi - 29.03.2012

Let"s See


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - [EuG]ZeRoGoD - 29.03.2012

Works fine for me altho not really stong enough for a real gamemode for me but my rateing would say 9.5/10 good job


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - diego_p11 - 29.03.2012

nice gamemode, and lol ur signature [Nikk]


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Xtreme Brotherz - 29.03.2012

nice gm


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - ejul - 22.11.2012

nice..gm..


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Stream - 03.02.2013

very nice job , thats actually an trucking GM as a Bus Driver RP - but idc cuz i tryed the Gm and thats awesome ,just can u plz add more jobs? cuz i rly dont know how to add jobs ( i know , but im too lazy for that :P).



regards.


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - [WA]iRonan - 06.02.2013

Nice edit of Rokzlive Trucking. (i dont say its wrong either, i love this GM).
Also good use of the truckingmissions.inc. I like this, thanks


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - Er@x3r - 12.02.2013

nice gm


Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - luancalixto - 18.03.2013

uppppp!