24.01.2011, 01:55
Hey guys i've seen this placed around many gamemodes, so i finally figured to find out, what the hell is it, and how the hell can i use it correctly.
Lets say i would use it in my vehicle system, it would be something like this:
Would that be correct use? if so how would i then detect say 0 = un buyable and 1 = buyable? Thanks in advance guys.
Lets say i would use it in my vehicle system, it would be something like this:
pawn Код:
enum vdata {
vSQLID,
vModel,
Owner[MAX_PLAYER_NAME],
bool:Ownable,
}