You mean getPlayerAccount? this function obtains the account userdata from the player, if he/she is not logged in, it'll return the "Guest" account.
You can use getAccount function to get an account, even if the owner is offline.
Well, I don't want to crash the party, but there exists a really powerful in-game script editor in the community.
Link: https://community.multitheftauto.com/in ... ls&id=1821
Anyway, good luck!
You can disable the default music with this function:
https://wiki.multitheftauto.com/wiki/Se ... ndsEnabled
It's a global function, you can't disable it for a single interior.
Vos queres que el script original que crea zombies en todo el mapa, los cree en otra dimension? entonces deberias editar el script, ya que si no me equivoco, no tiene la opcion para elegir la dimension.
You forgot to use the quotes before and after crouch and fire.
local keys = getBoundKeys ( "crouch" )
if ( keys == "fire" ) then
Also, getBoundKeys returns a table, so your "if" statement won't work.