21.05.2018, 02:27
Lol I want to remove the CJ speed & weapon holding, so i should remove this
But if i remove the "UsePlayerPedAnims" & compile the script then the commands are not working
If i type /setweather 0 - the weather actually should change to 0, but now its showing /setweather - [ID]
Similarly
/ban 2 FH - it shows ( /ban (id) (reason) )
/kick
/warn
........ All commnands are not working when i do remove this from OnGameModeInt
PHP код:
UsePlayerPedAnims();
If i type /setweather 0 - the weather actually should change to 0, but now its showing /setweather - [ID]
Similarly
/ban 2 FH - it shows ( /ban (id) (reason) )
/kick
/warn
........ All commnands are not working when i do remove this from OnGameModeInt
PHP код:
UsePlayerPedAnims();