28.03.2013, 14:34
hey! I just want to ask something about variables. I have one RP gamemode, and I can see on the top of it variables like:
and
How can I differentiate when to use public variables and when variables which have some connection to player?
And one more thing. I added in my code stock isGarbageVehicle and under it some code. But I get an error which says that isGarbageVehicle isnt defined. Where to define it?
Код:
new Cuffed[MAX_PLAYERS];
Код:
//Public variables new DoorStatus;
And one more thing. I added in my code stock isGarbageVehicle and under it some code. But I get an error which says that isGarbageVehicle isnt defined. Where to define it?