Skripta koju koristim:Athlone
Detaljan opis problema:Kada ukcuam cm /sneg ne pada sneg na serveru
Dio skripte😛awno
Neke slike/video za lakse dobivanje pomoci(neobavezno)😛o potrebi
[POMOC]Sneg
1,131
pregleda
14
postova
12. Nov. 2016.
CMD:sneg( playerid, params[] ) {
#if ZIMSKI_MOD == 1
if( IsPlayerConnected( playerid ) ) {
if( GetPlayerInterior( playerid ) != 0 || GetPlayerVirtualWorld( playerid ) != 0 ) {
GRESKA( playerid, "Ne mozes u interijeru!" );
return true;
}
if( !Snow[ playerid ] ) {
new Float:Pos[ 3 ];
Snow[ playerid ] = true;
GetPlayerCameraPos( playerid, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ] );
SnowObject[ playerid ] = CreatePlayerObject( playerid, 18864, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ]-5, 0.0, 0.0, 0.0, 300.0 );
SendInfoMessage(playerid, "Ukljucio si sneg! Ako zelis da stavis/skines kapu - "col_athlone"/kapa.");
}
else if( Snow[ playerid ] ) {
Snow[ playerid ] = false;
DestroyPlayerObject( playerid, SnowObject[ playerid ] );
SendInfoMessage( playerid, "Iskljucio si sneg! Ako zelis da stavis/skines kapu - "col_athlone"/kapa." );
}
}
#else
GRESKA( playerid, "Nije zimski period!");
#endif
return true;
}12. Nov. 2016.
Pri compile mi izbaca 4 warna,ali to su warninzi iz mapa
ATHMAPS.pwn(1439) : warning 217: loose indentation
ATHMAPS.pwn(1440) : warning 217: loose indentation
ATHMAPS.pwn(25665) : warning 217: loose indentation
ATHMAPS.pwn(26229) : warning 217: loose indentation
ATHMAPS.pwn(1439) : warning 217: loose indentation
ATHMAPS.pwn(1440) : warning 217: loose indentation
ATHMAPS.pwn(25665) : warning 217: loose indentation
ATHMAPS.pwn(26229) : warning 217: loose indentation
12. Nov. 2016.
Blaya97 wrote on November 12, 2016, 2:18 pm:
Pri compile mi izbaca 4 warna,ali to su warninzi iz mapa
ATHMAPS.pwn(1439) : warning 217: loose indentation
ATHMAPS.pwn(1440) : warning 217: loose indentation
ATHMAPS.pwn(25665) : warning 217: loose indentation
ATHMAPS.pwn(26229) : warning 217: loose indentation
ATHMAPS.pwn(1439) : warning 217: loose indentation
ATHMAPS.pwn(1440) : warning 217: loose indentation
ATHMAPS.pwn(25665) : warning 217: loose indentation
ATHMAPS.pwn(26229) : warning 217: loose indentation
To nema veze sa komandama. Compile sa crashdetectom i ukucaj komandu i posalji ono sto izbqci u log
12. Nov. 2016.
SnowObject[ playerid ] = CreatePlayerObject( playerid, 18864, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ]-5, 0.0, 0.0, 0.0, 300.0 );
Ovo stvara objekat id 18864 ispod tebe (coordinate Z - 5).
Takodje nigdje ne updateujes te objekte koji ce imitirati snijeg.
Ovo stvara objekat id 18864 ispod tebe (coordinate Z - 5).
Takodje nigdje ne updateujes te objekte koji ce imitirati snijeg.
12. Nov. 2016.
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[17:58:26]
[17:58:26] Server Plugins
[17:58:26] --------------
[17:58:26] Loading plugin: sscanf
[17:58:26]
[17:58:26] ===============================
[17:58:26] sscanf plugin loaded.
[17:58:26] Version: 2.8.1
[17:58:26] (c) 2012 Alex "Y_Less" Cole
[17:58:26] ===============================
[17:58:26] Loaded.
[17:58:26] Loading plugin: streamer
[17:58:26]
*** Streamer Plugin v2.7.9 by Incognito loaded ***
[17:58:26] Loaded.
[17:58:26] Loading plugin: MapAndreas
[17:58:26] Loaded.
[17:58:26] Loading plugin: crashdetect
[17:58:26] CrashDetect must be loaded before 'streamer.DLL'
[17:58:26] Failed.
[17:58:26] Loaded 3 plugins.
[17:58:26]
[17:58:26] Filterscripts
[17:58:26] ---------------
[17:58:26] Loading filterscript 'anim.amx'...
[17:58:26] Loaded 1 filterscripts.
[17:58:26] *** Streamer Plugin: Include file version (0x275201) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
[17:58:26]
[17:58:26]
[17:58:26]
[17:58:26] =======================================
[17:58:26] | |
[17:58:26] | YSI version 3.09.0684 |
[17:58:26] | By Alex "Y_Less" Cole |
[17:58:26] | |
[17:58:26] =======================================
[17:58:26]
[17:58:26]
[17:58:26]
[17:58:45] Alcatraz RP - www.uskoro.com
[17:58:45] v1.2.0 gamemode - Loading...
[17:58:45] v1.2.0 gamemode - Loaded.
[17:58:45] v1.2.0 gamemode by Emrys
[17:58:45] Number of vehicle models: 93
[17:59:04] 25.8.156.176:59201 requests connection cookie.
[17:59:05] incoming connection: 25.8.156.176:59201 id: 0
[17:59:05] Emrys has joined the server (0:25.8.156.176)
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[17:58:26]
[17:58:26] Server Plugins
[17:58:26] --------------
[17:58:26] Loading plugin: sscanf
[17:58:26]
[17:58:26] ===============================
[17:58:26] sscanf plugin loaded.
[17:58:26] Version: 2.8.1
[17:58:26] (c) 2012 Alex "Y_Less" Cole
[17:58:26] ===============================
[17:58:26] Loaded.
[17:58:26] Loading plugin: streamer
[17:58:26]
*** Streamer Plugin v2.7.9 by Incognito loaded ***
[17:58:26] Loaded.
[17:58:26] Loading plugin: MapAndreas
[17:58:26] Loaded.
[17:58:26] Loading plugin: crashdetect
[17:58:26] CrashDetect must be loaded before 'streamer.DLL'
[17:58:26] Failed.
[17:58:26] Loaded 3 plugins.
[17:58:26]
[17:58:26] Filterscripts
[17:58:26] ---------------
[17:58:26] Loading filterscript 'anim.amx'...
[17:58:26] Loaded 1 filterscripts.
[17:58:26] *** Streamer Plugin: Include file version (0x275201) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
[17:58:26]
[17:58:26]
[17:58:26]
[17:58:26] =======================================
[17:58:26] | |
[17:58:26] | YSI version 3.09.0684 |
[17:58:26] | By Alex "Y_Less" Cole |
[17:58:26] | |
[17:58:26] =======================================
[17:58:26]
[17:58:26]
[17:58:26]
[17:58:45] Alcatraz RP - www.uskoro.com
[17:58:45] v1.2.0 gamemode - Loading...
[17:58:45] v1.2.0 gamemode - Loaded.
[17:58:45] v1.2.0 gamemode by Emrys
[17:58:45] Number of vehicle models: 93
[17:59:04] 25.8.156.176:59201 requests connection cookie.
[17:59:05] incoming connection: 25.8.156.176:59201 id: 0
[17:59:05] Emrys has joined the server (0:25.8.156.176)
13. Nov. 2016.
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[01:44:32]
[01:44:32] Server Plugins
[01:44:32] --------------
[01:44:32] Loading plugin: sscanf
[01:44:32]
[01:44:32] ===============================
[01:44:32] sscanf plugin loaded.
[01:44:32] Version: 2.8.1
[01:44:32] (c) 2012 Alex "Y_Less" Cole
[01:44:32] ===============================
[01:44:32] Loaded.
[01:44:32] Loading plugin: crashdetect
[01:44:33] CrashDetect v4.15.1 is OK.
[01:44:33] Loaded.
[01:44:33] Loading plugin: streamer
[01:44:33]
*** Streamer Plugin v2.7.9 by Incognito loaded ***
[01:44:33] Loaded.
[01:44:33] Loading plugin: MapAndreas
[01:44:33] Loaded.
[01:44:33] Loaded 4 plugins.
[01:44:33]
[01:44:33] Filterscripts
[01:44:33] ---------------
[01:44:33] Loading filterscript 'anim.amx'...
[01:44:33] Loaded 1 filterscripts.
[01:44:33] *** Streamer Plugin: Include file version (0x275201) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
[01:44:33]
[01:44:33]
[01:44:33]
[01:44:33] =======================================
[01:44:33] | |
[01:44:33] | YSI version 3.09.0684 |
[01:44:33] | By Alex "Y_Less" Cole |
[01:44:33] | |
[01:44:33] =======================================
[01:44:33]
[01:44:33]
[01:44:33]
[01:44:43] Alcatraz RP - www.uskoro.com
[01:44:43] v1.2.0 gamemode - Loading...
[01:44:43] v1.2.0 gamemode - Loaded.
[01:44:43] v1.2.0 gamemode by Emrys
[01:44:43] Number of vehicle models: 93
[01:45:29] 25.8.156.176:54668 requests connection cookie.
[01:45:30] incoming connection: 25.8.156.176:54668 id: 0
[01:45:31] Emrys has joined the server (0:25.8.156.176)
Evo ti isto je i sa crashdetect
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[01:44:32]
[01:44:32] Server Plugins
[01:44:32] --------------
[01:44:32] Loading plugin: sscanf
[01:44:32]
[01:44:32] ===============================
[01:44:32] sscanf plugin loaded.
[01:44:32] Version: 2.8.1
[01:44:32] (c) 2012 Alex "Y_Less" Cole
[01:44:32] ===============================
[01:44:32] Loaded.
[01:44:32] Loading plugin: crashdetect
[01:44:33] CrashDetect v4.15.1 is OK.
[01:44:33] Loaded.
[01:44:33] Loading plugin: streamer
[01:44:33]
*** Streamer Plugin v2.7.9 by Incognito loaded ***
[01:44:33] Loaded.
[01:44:33] Loading plugin: MapAndreas
[01:44:33] Loaded.
[01:44:33] Loaded 4 plugins.
[01:44:33]
[01:44:33] Filterscripts
[01:44:33] ---------------
[01:44:33] Loading filterscript 'anim.amx'...
[01:44:33] Loaded 1 filterscripts.
[01:44:33] *** Streamer Plugin: Include file version (0x275201) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
[01:44:33]
[01:44:33]
[01:44:33]
[01:44:33] =======================================
[01:44:33] | |
[01:44:33] | YSI version 3.09.0684 |
[01:44:33] | By Alex "Y_Less" Cole |
[01:44:33] | |
[01:44:33] =======================================
[01:44:33]
[01:44:33]
[01:44:33]
[01:44:43] Alcatraz RP - www.uskoro.com
[01:44:43] v1.2.0 gamemode - Loading...
[01:44:43] v1.2.0 gamemode - Loaded.
[01:44:43] v1.2.0 gamemode by Emrys
[01:44:43] Number of vehicle models: 93
[01:45:29] 25.8.156.176:54668 requests connection cookie.
[01:45:30] incoming connection: 25.8.156.176:54668 id: 0
[01:45:31] Emrys has joined the server (0:25.8.156.176)
Evo ti isto je i sa crashdetect
13. Nov. 2016.

Molimo te da procitas pravila foruma te da onda otvoris temu po pravilima.
Razlog zakljucavanja:
Zabranjen je popularni BUMP(osvježavanje teme duplim postom) osim u sluÄaju da je proÅ¡lo 24h od zadnjeg posta!
Pravila:
Glavna pravila Balkan SA:MP foruma .
Razgovor u vezi PAWN-Skriptanja .
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava