What's wrong on that?
#2

Код:
print(query);
after the format section, and see what it's given in the log file.


Why do you check +1 on the car, then not do it for the rest?

Код:
if(IsPlayerInVehicle(playerid, Car[i][c_id]+1)) 
            { 
                new m[126]; 
                format(m, sizeof(m), "Car parked successfully.", Car[i][c_id]);
Your format is also broken.... That's why it's not doing anything. You're missing the %i. (That's what's breaking your code)
Reply


Messages In This Thread
What's wrong on that? - by akib - 30.08.2018, 02:09
Re: What's wrong on that? - by Sew_Sumi - 30.08.2018, 03:02
Re: What's wrong on that? - by Shinja - 30.08.2018, 15:30
Re: What's wrong on that? - by akib - 31.08.2018, 00:17

Forum Jump:


Users browsing this thread: 2 Guest(s)