Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: meta.
1. Meta.
Cze??! To znowu ja, ogarniam sobie serwer, blokuje jetpack warp itd. w mecie a tu nagle b??d i nie moge zablokowa? tego bo jak to zablokuje to nie mog? bra? broni w F1 b??d w konsoli jest taki : [code][18-11-17 12:51:54] ERROR: freeroam/util_server.lua:35: bad argument #1 to 'pairs' (table expected, got number)[/code] A kod mety jest napewno dobry [lua]<meta>
<!-- arc_'s Freeroam script -->

<!-- You are allowed to modify this resource or add functionality to it. -->
<!-- You may use the modified resource in your server and redistribute it. -->
<!-- However, the original credits and this license must always stay intact. -->
<!-- Also, give your modified resource a different name, like "<yournick>'s -->
<!-- extended freeroam", to avoid confusion for users. -->

<oop>true</oop>
<info name="Freeroam GUI" author="arc_" version="1.5.5" type="gamemode"/>

<script src="util_server.lua" type="server" />
<script src="fr_server.lua" type="server" />

<script src="util.lua" type="client" />
<script src="gui.lua" type="client" />
<script src="fr_client.lua" type="client" />

<export function="appendControl" type="clien...