14.05.2017, 19:57
Where does "owner" come from in
After looking closer at this, you must have either been very tired or copied this from another part of the same or different script.
should hopefully be "i" instead of "v"? Or is there code I am simply not seeing? : x
Код:
if (!strcmp(PlayerVehicle[i][pvOwner], owner, true))
Код:
if(PlayerVehicle[v][pvStatus] == 1)