| Tematy otagowane jako: tagi |
| 1. name tagi |
Witam,
Jak mo?na zrobi? name tagi typu "supporter" nad g?ow? pod ACL ? |
| 2. Tagi |
Witam mam problem ze zmienieniem czcionki w nametagach. Paczka PYS 3.0 Kto? co? pomo?e? Za pomoc daje |
| 3. Tagi |
Witajcie , mogliby?cie mnie jako? nakierowa? jak zrobi? tagi ?eby ich si? pare wy?wietla?o (np. [Admin][VIP]nick : cos) . Za wszelk? pomoc dzi?kuje i lec? piwka |
| 4. Tagi |
Witam, posiadam skrypt na Tagi [RCON], [Admin] i itp. ale mam problem bo gdy kto? co? napisze wiadomo?? powtarza si? dwa razy a ja bym chcia? aby by?a tylko jeden raz. Prosze o pomoc.
SS:
http://imgur.com/oIAuVqf |
| 5. Tagi , frakcje i panel admina |
Siema .
1.Tagi . Mam problem poniewa? gdy w??cz? tagi na serwerze to pisz? podw?jnie . Powie mi kto? dlaczego ? PRZYK?AD:
AiZi:Siema
[ADMIN]AiZi:Siema
[code]addEventHandler ( "onPlayerChat", root,
function ( message, type )
if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Moderator" ) ) and type == 0 then
cancelEvent ( )
local r, g, b = getPlayerNametagColor(source)
outputChatBox ( "#000000[#FFF000Mod#000000]#ffffff " .. getPlayerName(source) .. ":#ffffff " .. message, getRootElement(), r, g, b, true )
elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Admin" ) ) and type == 0 then
cancelEvent ( )
local r, g, b = getPlayerNametagColor(source)
outputChatBox ( "#000000[#FF0000Admin#000000]#ffffff " .. getPlayerName(source) .. ":#ffffff " .. message, getRootElement(), r, g, b, true )
elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "SuperModerator" ) ) and type == 0 then
cancelEvent ( )
local r, g, b = getPlayerNametagColor(source)
outputChatBox ( "#000000[#00FF00Smod#000000]#ffffff " .. getPlayerName(source) .. ":#ffffff " .. message, getRootElement(), r, g, b, true )
elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)),... |
|