10.04.2015, 06:33
Quote:
They should! Currently most of those will crash as they don't even check if the player is VALID, let alone connected:
pawn Code:
|
AND, i personally think people have habit to perform such checks like IsPlayerConnected, or maybe a range check... So i didn't bothered to add that! Though now it is done in R4.
All the functions having Dialog_ as prefix are internal functions, i don't recommend people to use them!
Quote:
pawn Code:
pawn Code:
Obviously with adequate connection checks. |
Quote:
Why are "Dialog_CreateGlobalTD()" and "Dialog_CreateGlobalButtonsTD()" stock and global? They shouldn't be stock because they are always used (they aren't API functions), and they shouldn't be global because they are purely internal (again, they aren't API functions).
|
Why they shouldn't be global, i don't think so you need player textdraws for just a static display.
Quote:
Also, there are much better ways to hook the init functions now - both in terms of being script type agnostic, and using more modern ALS methods (applicable for your other callbacks too).
|
R4 - 10th April, 2015
- Add player connection check within the external functions
- Add double click feature for selecting models directly
- More shorter code!