06.04.2011, 15:18
I added that
Then it gives this error
So I changed it to
!= didnt work, also I tried == didnt work either, so how?
pawn Код:
if(vid = INVALID_VEHICLE_ID) return SendClientMessage(playerid, Red, "This vehicle doesn't exist");
pawn Код:
warning 211: possibly unintended assignment
!= didnt work, also I tried == didnt work either, so how?