0 Üye ve 1 Ziyaretçi konuyu incelemekte.
function polischat ( thePlayer, _, ... ) local message = table.concat ( { ... }, " " ) if ( isPlayerOnGroup ( thePlayer ) ) then for _, player in ipairs ( getElementsByType ( "player" ) ) do if ( isPlayerOnGroup ( player ) ) then outputChatBox ( "#FFFFFF[#FFFF00Polis#FFFFFF]#00ff00 ".. getPlayerName ( thePlayer ) .."#FFFFFF:#D50000 ".. message, player, 255, 255, 255, true ) end end else outputChatBox ( "Maalesef Polis değilsin.", thePlayer, 255, 255, 255, true ) endendaddCommandHandler ( "c", polischat ) function isPlayerOnGroup ( thePlayer ) local hesap = getPlayerAccount ( thePlayer ) local grupici = false for _, group in ipairs ( { "Polis", "Polis2" } ) do if isObjectInACLGroup ( "user.".. getAccountName ( hesap ), aclGetGroup ( group ) ) then grupici = true break end end return grupiciend
Konu açarken "Konu Türü Eki" eklemeyi unutma, bu seferlik ben ekledim server.luaKodfunction polischat ( thePlayer, _, ... ) local message = table.concat ( { ... }, " " ) if ( isPlayerOnGroup ( thePlayer ) ) then for _, player in ipairs ( getElementsByType ( "player" ) ) do if ( isPlayerOnGroup ( player ) ) then outputChatBox ( "#FFFFFF[#FFFF00Polis#FFFFFF]#00ff00 ".. getPlayerName ( thePlayer ) .."#FFFFFF:#D50000 ".. message, player, 255, 255, 255, true ) end end else outputChatBox ( "Maalesef Polis değilsin.", thePlayer, 255, 255, 255, true ) endendaddCommandHandler ( "c", polischat ) function isPlayerOnGroup ( thePlayer ) local hesap = getPlayerAccount ( thePlayer ) local grupici = false for _, group in ipairs ( { "Polis", "Polis2" } ) do if isObjectInACLGroup ( "user.".. getAccountName ( hesap ), aclGetGroup ( group ) ) then grupici = true break end end return grupiciend/c yazi şeklinde kullanırsın sadece belirlenen acl grupları görebilir.
Linki görebilmek için Kayıt olun yada Giriş yapın.