Pawn Compile Library Stopped Working
#3

Код:
if(dialogid == 7483) // VIP Command
{
    if(response)
    {
        if(listitem == 0)
        {
            if(PlayerInfo[playerid][pDonateRank] =< 1) return SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
            if(IsPlayerInAnyVehicle(playerid)) RepairVehicle(GetPlayerVehicleID(playerid));
            SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "Vehicle has been successfully fixed with the VIP Feature!");
            return 1;
        }
        if(listitem == 1)
        {
             // Write your code here
        }         
    }
    return 1;
}
Reply


Messages In This Thread
Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 08:38
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 08:51
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 08:58
Re: Pawn Compile Library Stopped Working - by cosbraa - 23.10.2012, 08:58
Re: Pawn Compile Library Stopped Working - by denNorske - 23.10.2012, 08:59
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:10
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 09:12
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:16
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:22
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)