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: [gm]
1. [GM] [GM] DierectMTA
Siema Oddaje wam Pake DierectMTA WIelki Powrót Temu ze Nie ktoś jak [Lipek57] Potrafi Rozwalic Serwer oo tak bo mu sie nudzi

Autorzy: MVP,Radziu,Lipek57 i Ludzie z Since

ss: https://www.youtube.com/watch?v=5e6wbhWWIQg

Ukryta wiadomość / Hidden message(aby ją zobaczyć musisz postawić użytkownikowi)
Wiadomość została ukryta, aby ją przeczytać należy się zalogować.


Baza z Since Podejdzie Pozdroo
2. [GM] Dobra podstawa do stworzenia serwera.
Mam pytanie znacie jakie? fajne GM na podstawk? serwera ?
3. [GM] OwnWorld
Witam, potrzebuj? pomocy salonem z GM OwnWorld'a.

Zrestartowa?em serwer po czym salony mi ju? nie dzia?aj? :(

Chodzi mi dok?adniej o to ?e jak podchodz? do samochodu to nie pokazuje si? panel w kt?rym pisze silnik itp.
4. [INNE] [GM] Mały Bug
Witajcie! mam pewien problem (bug) w mapie , chodzi mi o to ?e zrobi?em komende na zapakunek , jak za?aduje towar to jest dobrze , lecz, gdy chce wypakowac to pisze ?e : Nie masz towaru albo nie jeste? w odpowiednim miejscu!

i chcia?bym to jako? poprawi? ?eby dzia?a?o poprawnie:

[code]if(strcmp(cmdtext, "/zapakuj", true) == 0)
{
if(Towary(playerid))
{
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 459 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 478 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 482 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 498 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 524 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 499 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 413 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 414 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 455 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 440 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 578 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 609 ||
GetVehicleModel(GetPlayerVehicleID(playerid)) == 456)
{
if(IsPlayerInRangeOfPoint(playerid, 10.0, 1635.4401,1582.5950,10.8203)
|| IsPlayerInRangeOfPoint(playerid, 10.0, -533.4752,2594.8296,53.4141)
|| IsPlayerInRangeOfPoint(playerid, 10.0, -1019.2149,-672.2310,32.0078)
|| IsPlayerInRangeOfPoint(playerid, 10.0, -2481.8809,2231.3984,4.8456)
|| IsPlayerInRangeOfPoint(playerid, 10.0, -1027.3602,-1017.8817,129.2188)
|| IsPlayerInR...
5. [INNE] [GM] Server uruchamia się, i od razu wyłącza.
Witam. Tak jak w temacie.

Chcia?em uruchomi? GameMod (stara mapka SiW), ale jest co? nie tak. Uruchamiam 'samp-server.exe' wy?wietla si? okienko servera, i od razu si? wy??cza.
Pluginy s? uruchomione, oraz s? w swoim folderze.
GM by? pobierany z tego linku: http://gtao.pl/mapa-siw-vt56416.htm
(Bardzo mi zale?y na nim.)


Poka?? logi:
Kod:


SA-MP Dedicated Server
----------------------
v0.3e-R2, (C)2005-2012 SA-MP Team

[18] filterscripts = "" (string)
[18]
[18] Server Plugins
[18] --------------
[18] Loading plugin: audio.dll
[18]

*** Audio Plugin v0.4 by Incognito loaded ***


[18] Loaded.
[18] Loading plugin: streamer.dll
[18]

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[18] Loaded.
[18] Loaded 2 plugins.

[18]
[18] Filterscripts
[18] ---------------
[18] Loaded 0 filterscripts.

[18] *** Audio Plugin: Started TCP server on port 7777



Ustawienia servera s? nast?puj?ce:
Kod:

echo Executing Server Config...
lanmode 0
rcon_password 1q2w3e4r
maxplayers 2
port 7777
hostname Server Testowy
gamemode0 PTD_v2.0 1
filterscripts
plugins audio.dll streamer.dll
attachments
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]



A je?li chodzi o pliki, to wszystkie s? na swoim miejscu.
Wi?c nachodzi si? pytanie.. 'Co mo?e by? nie tak?'

Dam zimne :piwo: :p
6. [DM] Pasek info [GM] FullDM
Witam was, chc? podmieni? pasek full dm za pasek ( oto kod : )

forward UpdateStat();
public UpdateStat()
{
for(new PlayerId = 0; PlayerId < MAX_PLAYERS; PlayerId++)
{
if(IsPlayerConnected(PlayerId))
{
new PingPlayer;
PingPlayer = GetPlayerPing(PlayerId);
new Respekt;
Respekt = GetPlayerScore(PlayerId);
new Day,Month,Year;
getdate(Year,Month,Day);
new String[256];
format(String,sizeof(String),"%s (~B~%d~W~) ~W~Ping: ~B~%d ~W~Respekt: ~B~%d ~B~%d ~W~Graczy (~Y~%d~W~/~G~%d~W~/~R~%d~W~) ~B~%d~W~.~B~%d~W~.~B~%d",Player[PlayerId][Name],PlayerId,PingPlayer,Respekt,PlayersOnline,VipsOnline,ModeratorsOnline,AdminsOnline,Day,Month,Year);
TextDrawSetString(tdStatus[PlayerId], String);
}
}
return 1;
}


nie wiem czy dobrze skopiowa?em ale chc? go podmieni? za pasek w mapke fulldm , Prosz? o pomoc , Oczywi?cie za piwka ;p

R* Pozdrawiam R*
7. [DM] Wyłanczający się Serwer. [GM] FullDM by Młody
Witam ! mam mape FullDM by Mlody, skrypty Radio na serwer bez audio plugina, Mstreamera (z mapa razem by?), i rangi na serwer.

dzi? Gra?em I wesz?o 9 osob i serwer si? wy?aczy?. Restart. w logach nic nie ma

A jak gra 3 4 osoby to wszystko jest ok wiecej niz 4 5 wy?ancza si? serwer.

:piwo: Wie ktos cos to moze byc?

:=: B?ad kodu w mapie?

:=: cos dodane w mapie?

:=: gryza sie skrypty z gamemodem?

B?dz co? innego ??

Pomocy...

:piwo: :piwo: :piwo: :piwo: :piwo: