Search the Community
Showing results for tags 'array'.
-
Eu queria saber como criar uma array de vários comandos e chamar eles no AddCommandHandler, tentei fazer assim cmd = { "cmd1", "cmd2", "cmd3", } e chamar usando addCommandHandler(#cmd, nomeDaFuncao) a função não me retornou nenhum erro porém simplesmente não consigo executar nenhum co...
-
I created "RepairMarkers" and when player hits any of them, their car's health must to increase. But I don't know, how to check every marker here: if isElementWithinMarker( getLocalPlayer(), RepairMarker[1] ) then Instead of "RepairMarker[1]" I want to check every marker Source: func...