Lil problem with my /robveh command
#4

pawn Код:
vehicleid = 0;
for(new v=1; v < MAX_VEHICLES; v++)
{
    if(ProxDetectorV(4, playerid, v))
    {
        vehicleid = v;
        break;
    }
}
if(vehicleid == 0)
{
    SendClientMessage(playerid, COLOR_LIGHTRED, "You are not near any a vehicle !");
    return 1;
}
Reply


Messages In This Thread
Lil problem with my /robveh command - by ihatetn931 - 16.06.2010, 11:42
Re: Lil problem with my /robveh command - by MadeMan - 16.06.2010, 11:45
Re: Lil problem with my /robveh command - by ihatetn931 - 16.06.2010, 11:48
Re: Lil problem with my /robveh command - by MadeMan - 16.06.2010, 11:59
Re: Lil problem with my /robveh command - by ihatetn931 - 16.06.2010, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)