| Tematy otagowane jako: pomóżcie. |
| 1. Proszę pomóżcie. |
Nadal mam problem z frakcjami. Nie respi mnie w mojej frakcji tylko daje do ostatniej pod tab, lecz teraz pokazuje ?e w niej jestem. Bardzo prosz? o pomoc za poprawn? odpowied? daje piwo. Z g?ry dzi?ki.
Oto kod
local poli = createTeam( "Policja", 0, 0, 255 )
function poli1( thePlayer )
local playerName = getAccountName ( getPlayerAccount ( thePlayer ) )
if isObjectInACLGroup ( "user." .. playerName, aclGetGroup ( "Policja" ) ) then
setPlayerTeam ( thePlayer, poli )
giveWeapon ( thePlayer, 13, 10000 )
setPedArmor ( thePlayer, 100 )
setElementModel ( thePlayer, 281 )
setElementPosition ( thePlayer, -1615.56445312, 681.64276123047, 7.1875 )
setPlayerNametagColor ( thePlayer, 0, 0, 255 )
else
outputChatBox( "Nie jestes pracownikiem Policji.", getRootElement())
end
end
addCommandHandler ( "loginpolicja", poli1 )
function spawnWasted(player)
spawnPlayer( player, -1615.56445312, 681.64276123047, 7.1875, 325, math.random(19,25) )
fadeCamera(player, true)
setCameraTarget(player, player)
takePlayerMoney( player, 0 )
takeAllWeapons( player )
local playerName = getAccountName ( getPlayerAccount ( player ) )
if isObjectInACLGroup ( "user." .. playerName, aclGetGroup ( "Policja" ) ) then
setPlayerTeam(player, poli)
end
end
function functionWasted()
setTimer(spawnWasted, 3500, 1, source)
end
addEventHandler("onPlayerWasted&qu... |
| 2. [INNE] Kłopot z obiektami, streamer, zła wersja ? Pomóżcie. |
Witam , to co mnie martwi, zaznaczy?em na czerwono:
[b]O co chodzi ? Pozdrawiam.[/b]
Moje GG: 6669185 Z g?ry dzi?kuj? za pomoc,
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[18:41]
[18:41] Server Plugins
[18:41] --------------
[18:41] Loading plugin: streamer
[18:41]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[18:41] Loaded.
[18:41] Loading plugin: y_files
[18:41]
[18:41] ===============================
[18:41] y_files loaded
[18:41] (c) 2010 Alex "Y_Less" Cole
[18:41] ===============================
[18:41] Loaded.
[18:41] Loading plugin: Whirlpool
[18:41]
[18:41] ==================
[18:41]
[18:41] Whirlpool loaded
[18:41]
[18:41] ==================
[18:41]
[18:41] Loaded.
[18:41] Loading plugin: GeoIP_Plugin
[18:41] GeoIP_Plugin got loaded.
[18:41] Loaded.
[18:41] Loaded 4 plugins.
[18:41]
[18:41] Filterscripts
[18:41] ---------------
[18:41] Loading filterscript '[UG]CentreAdminSystem.amx'...
[18:41]
___________________________________________________
[18:41]
[18:41] UDC V9
[18:41] ---------------
[18:41] UDC Administration System
[18:41] ___________________________________________________
[18:41] -> Loading...
[18:41]
-Current Config... |
|