Skyfer
Member
Hello guys
i have issues with sanny builder
first i had issue where sanny builder doesnt recognise key_down it shows it as unknown directive
i fixed it by droping ini and opecods from SAMPFuncs
second i had one issue i fixed it by change upper case to As if in settings (thanks to Parasite bro from this forums)
third i have issue with the script doesnt recognize vehicles models this code
example
the script didnt work becoz it doesnt recognize the car model
i tried write the integer of the car model 15@ to ini file but it the key that asigned to this is blank
fourth issue is the code my game crashes when i have this opecode is run
Sorry for my bad english
i have issues with sanny builder
first i had issue where sanny builder doesnt recognise key_down it shows it as unknown directive
i fixed it by droping ini and opecods from SAMPFuncs
second i had one issue i fixed it by change upper case to As if in settings (thanks to Parasite bro from this forums)
third i have issue with the script doesnt recognize vehicles models this code
example
Code:
00D9: 15@ = actor $PLAYER_ACTOR car
if
0137: car 15@ model == #ELEGY
jf @0
the script didnt work becoz it doesnt recognize the car model
i tried write the integer of the car model 15@ to ini file but it the key that asigned to this is blank
fourth issue is the code my game crashes when i have this opecode is run
Code:
0C72: set_virtual_key 100 down true
wait 50
0C72: set_virtual_key 100 down false
Sorry for my bad english