[SNIPPET] LoadSampfuncs snippet

If you make a CLEO that uses SAMPFUNCS you should paste this sampfuncsloader into the header:

Code:
if 
  8AF7: get_samp_base_to 0@
then 
    0A93: end_custom_thread
end
repeat 
    wait 400
until 0AFA: is_samp_structures_available

That will LOAD sampfuncs.
 

iVilux

Well-known member
Joined
Nov 12, 2013
Messages
207
Reaction score
5
Re: LoadSampfuncs snippet

And what if it works perfectly without this?
 
Top