18.09.2013, 16:19
I was watching a tutorial on how to make a Vehicle system.. and it was supposed to save if the vehicle was locked..
First of all i did not understand this line:
and second of all.. It didn't work. it was supposed to convert an integer to a boolean..
Any ideas ?
There was only one error though:
First of all i did not understand this line:
Код:
VehicleInfo[vehicleID][vLocked] = INI_Int("locked") == 1 ? true : false;
Any ideas ?
There was only one error though:
Код:
C:\Users\Sander\Desktop\RGRP\gamemodes\PCRP.pwn(1698) : error 017: undefined symbol "INI_Int"