I'm new and I don't know how to program yet and I'm studying a lot more I don't think anything about. I wanted to ask you to help me build a real-life cell phone calling system. Not sure where to start, could anyone guide me?
function darSkin (thePlayer)
local nomeAcc = getAccountName (getPlayerAccount (thePlayer))
if isObjectInACLGroup ("user."..nomeAcc, aclGetGroup("EB")) then
else
outputChatBox ("Somente membros do #00BB00Exercito Brasileiro#FF0000 podem pegar a skin!", thePlayer, 255, 0, 0, true)
end
end
addEventHandler ("onMarkerHit", darSkin)