Hello, I have a question, so to begin with I would like to say I feel like im going to fall in love with this website, it is really nice. I also have loved the community here, so thanks. Now for my question, I posted this:
https://forums.coronalabs.com/topic/58610-lua-problem-please-help-me/?p=303254
and I have replied, and now I really need help, because I am looking forward to finishing… I tried a different code here:
-- Be A Zombie by IceGaming, v1.0.0 local zombie = {} function zombie.tick() local player = PLAYER.GET\_PLAYER\_PED(playerID) local playerPedID = PLAYER.PLAYER\_PED\_ID(player) if get\_key\_pressed(75) then PLAYER.SET\_PLAYER\_MODEL(player, GAMEPLAY.GET\_HASH\_KEY(u\_m\_y\_zombie\_01)) end end return ModName
and with this code I can’t find the problem and the error is not showing at all in the logs… I literally see no errors… so please help.