-
Posts
3,972 -
Joined
-
Last visited
-
Days Won
179
Lord Henry's Achievements
Soldier (43/54)
1.6k
Reputation
Single Status Update
-
opa preciso de uma ajuda, comecei a muito pouco tempo a fazer scripts, ja fiz alguns mais agora não estou conseguindo fazer uma;
to tentando fazer que quando o jogador deslogue ou logue ele perca a tag de Staff, algume me ajuda pfv
function loggedOut1()
aclGroupRemoveObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(source)))
outputChatBox( "Logado com Sucesso", source )
end
addEventHandler("onPlayerLogout",getRootElement(),loggedOut1)
Essa é uma base do que tentei- Show previous comments 9 more
-
function SkinBVC(thePlay) aclGroupAddObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(thePlay))) if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(thePlay)), aclGetGroup ("Staff")) then outputChatBox("Bom Trabalho!!", thePlay) setPedSkin(thePlay, 10) setPedArmor(thePlay, 100) setElementHealth(thePlay, 100) else outputChatBox("Oque voçê esta fazendo aki?!", thePlay) end end addEventHandler("onMarkerHit", mkr2, SkinBVC) function quitPlayer ( quitType ) aclGroupRemoveObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(thePlay))) end addEventHandler ( "onPlayerQuit", root, quitPlayer )
This
-
i'm using NerdGaming Mods.
it working corectly in my Server.
This Works
To change tag
*Nerd_Gamig_Public.rar > NGChat > server.lua > Search for "[NG]" replace it to Your Tag...