CMD Disable
#2

pawn Код:
CMD:dropcar(playerid, params[])
{
    new string[128];
    new vehicleid = GetPlayerVehicleID(playerid);
    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
    if(!vehicleid) return SendClientMessage(playerid, COLOR_GREY, "You must be inside a vehicle to use this command.");
    if(dropping[playerid] == false) return format(string, sizeof(string), "You need to wait {FF6347}%d{33CCF}more seconds before doing dropcar again.", DropTime[playerid]),SendClientMessage(playerid, COLOR_GREY, string);
    if(GetPlayerVehicleID(playerid) != 0)
    {
        DisablePlayerCheckpoint(playerid);
        SetPlayerCheckpoint(playerid, 2505.8506, -2629.0144, 13.2944, 5);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, "Deliver car to the Los Santos Docks!");
        dropping[playerid] = true;
    }
    return 1;
}
Reply


Messages In This Thread
CMD Disable - by weedxd - 18.09.2014, 13:47
Re: CMD Disable - by Eth - 18.09.2014, 14:33
Re: CMD Disable - by DaniceMcHarley - 18.09.2014, 15:05
Re: CMD Disable - by weedxd - 18.09.2014, 15:20
Re: CMD Disable - by shourya12 - 18.09.2014, 15:24
Re: CMD Disable - by weedxd - 18.09.2014, 15:25
Re: CMD Disable - by shourya12 - 18.09.2014, 15:29
Re: CMD Disable - by weedxd - 18.09.2014, 15:37
Re: CMD Disable - by DaniceMcHarley - 18.09.2014, 16:00
Re: CMD Disable - by weedxd - 18.09.2014, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)