13.07.2012, 00:31
Quote:
PVars are both slower and larger in memory footprint. There are VERY few reasons for using them over well-designed code.
|
In "script x script" is quite feasible using CallRemoteFunction.
Quote:
You can use || ('or' operator) but this cleo has massive integers installed.. Anyway, your one wouldn't work with different variations as well. 0xDBB9F = 899999 0xF423F = 999999 (Which is what I have, except with some decimal numbers) Hexidecimal is neat. Anyway, about PVars, I don't use one PVar inside my gamemode, and don't want to lol. Char arrays, and other techniques keep me away from it. |