[GameMode] Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Objects!
#27

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;
    }
Reply


Messages In This Thread
Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Objects! - by [Nikk] - 05.01.2012, 04:09
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by James Coral - 05.01.2012, 04:22
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Kitten - 05.01.2012, 04:22
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by [O.z]Caroline - 05.01.2012, 04:25
Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - by [Nikk] - 05.01.2012, 04:25
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by [O.z]Caroline - 05.01.2012, 04:35
Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - by [Nikk] - 05.01.2012, 04:41
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 05.01.2012, 05:38
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Tommy_Diaz - 21.01.2012, 00:04
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 21.01.2012, 00:12
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by br0adyb0ii - 21.01.2012, 00:16
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 21.01.2012, 00:40
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Filipsiu - 31.01.2012, 17:11
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 31.01.2012, 17:23
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by GangsTa_ - 31.01.2012, 20:09
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Smacky - 31.01.2012, 21:43
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 01.02.2012, 00:03
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Filipsiu - 01.02.2012, 13:31
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 02.02.2012, 05:43
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by thimo - 02.02.2012, 18:42
Respuesta: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 - by [Nikk] - 02.02.2012, 18:45
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Narimalla - 03.02.2012, 10:56
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Maylay_Young - 03.02.2012, 11:13
Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - by [Nikk] - 03.02.2012, 16:44
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Narimalla - 04.02.2012, 08:06
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Dazza - 04.02.2012, 16:38
Respuesta: Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11 - by [Nikk] - 04.02.2012, 19:28
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Amoucnobi - 29.03.2012, 12:38
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by [EuG]ZeRoGoD - 29.03.2012, 14:03
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by diego_p11 - 29.03.2012, 15:02
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Xtreme Brotherz - 29.03.2012, 17:08
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by ejul - 22.11.2012, 15:50
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Stream - 03.02.2013, 19:22
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by [WA]iRonan - 06.02.2013, 17:23
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by Er@x3r - 12.02.2013, 12:02
Re: Bus Driver Real Life (Base GM) [sscanf, streamer, using Dialogs, Textdraws and Saving Stats] More than 11.000 Object - by luancalixto - 18.03.2013, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)