ERROR!!!!!!
#6

I also just realised that IsVehicleEmpty is not a native sa-mp function so you'll hav to add it:

pawn Код:
stock IsVehicleEmpty(carid)
{
    for(new i = 0; i < MAX_PLAYERS; i++) {
        if(IsPlayerConnected(i)) {
            if(IsPlayerInVehicle(i, carid)) return 0;
    }
    return 1;
}
Reply


Messages In This Thread
ERROR!!!!!! - by shoaib_sait - 27.01.2013, 16:16
Re: ERROR!!!!!! - by Mr.Anonymous - 27.01.2013, 16:23
Re: ERROR!!!!!! - by SchurmanCQC - 27.01.2013, 16:26
Re: ERROR!!!!!! - by CJay9209 - 27.01.2013, 16:42
AW: ERROR!!!!!! - by Blackazur - 27.01.2013, 16:43
Re: ERROR!!!!!! - by CJay9209 - 27.01.2013, 16:56
Re: ERROR!!!!!! - by shoaib_sait - 28.01.2013, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)