13.05.2017, 00:03
Regarding
https://sampwiki.blast.hk/wiki/Public_functions
I'd highly suggest to use dynamic objects also when it comes to these sort of things. Only use CreateObject for things that needs to be static, for instance floors where things shouldn't fall off (vehicles for instance).
Code:
public plantingC4(playerid)
https://sampwiki.blast.hk/wiki/Public_functions
I'd highly suggest to use dynamic objects also when it comes to these sort of things. Only use CreateObject for things that needs to be static, for instance floors where things shouldn't fall off (vehicles for instance).