Jump to content
  • 0

Admin


Raff

Question

Am o problema la orice sistem de admin cu dialog la inceput nu imi apare ...

De ex : cand intru pe server nu imi apare sistemu de register sau de login din admin da el are si stiu sigur ca inainte imi mergea si nu este un anumit sistem de admin ci toate...

GWX9l9i.jpg
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

Mai scoate din FS-uri, verifica si server_log.txt sa vezi daca iti incarca FS-ul ala, daca foloseste plugin-uri, vezi daca le incarca si pe alea...

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Link to comment
Share on other sites

NexT." post="141537" timestamp="1367407016"]

Poate ca dialogurile sunt definite cu ID-uri lafel ca in GM, mai schimbale id-urile.

Nu, chiar daca sunt mai multe dialoguri cu acelasi ID, ele tot ar fi aparut, doar ca instructiune ce ar fi trebuit executate dupa raspunderea la dialog nu erau cele corecte.

Ai putea incerca sa folosesti pluginul crashdetect / nativechecker si sa te uiti in server log.

Y!M: [email protected] ( nu este ID pt. help-center )

Link to comment
Share on other sites

am bagat pluginu crashdetect si uite server log :

[pawn]

----------

Loaded log file: "server_log.txt".

----------

SA-MP Dedicated Server

----------------------

v0.3x, ©2005-2013 SA-MP Team

[17:43:14]

[17:43:14] Server Plugins

[17:43:14] --------------

[17:43:14]  Loading plugin: sscanf

[17:43:14]

[17:43:14]  ===============================

[17:43:14]      sscanf plugin loaded.   

[17:43:14]          Version:  2.8.1       

[17:43:14]    © 2012 Alex "Y_Less" Cole 

[17:43:14]  ===============================

[17:43:14]  Loaded.

[17:43:14]  Loading plugin: Whirlpool

[17:43:14] 

[17:43:14]  ==================

[17:43:14] 

[17:43:14]  Whirlpool loaded

[17:43:14] 

[17:43:14]  ==================

[17:43:14] 

[17:43:14]  Loaded.

[17:43:14]  Loading plugin: streamer

[17:43:14]

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

[17:43:14]  Loaded.

[17:43:14]  Loading plugin: crashdetect

[17:43:14]  crashdetect v4.8.3 is OK.

[17:43:14]  Loaded.

[17:43:14]  Loaded 4 plugins.

[17:43:15]

[17:43:15] Ban list

[17:43:15] --------

[17:43:15]  Loaded: samp.ban

[17:43:15]

[17:43:15]

[17:43:15] Filterscripts

[17:43:15] ---------------

[17:43:15]  Loading filterscript 'Mape.amx'...

[17:43:15] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)

[17:43:18]

--------------------------------------

[17:43:18]  Blank Filterscript by your name here

[17:43:18] --------------------------------------

[17:43:18]  Loading filterscript 'select.amx'...

[17:43:18]  Loading filterscript 'WS.amx'...

[17:43:18]  Loading filterscript 'hold.amx'...

[17:43:18]  Loaded 4 filterscripts.

[17:43:18] Number of vehicle models: 0

[17:43:35] --- Server Shutting Down.

[17:43:35]

[17:43:35]  ===============================

[17:43:35]      sscanf plugin unloaded.   

[17:43:35]  ===============================

[17:43:35] 

[17:43:35]  ====================

[17:43:35] 

[17:43:35]  Whirlpool unloaded

[17:43:35] 

[17:43:35]  ====================

[17:43:35] 

[17:43:35]

*** Streamer Plugin v2.6.1 by Incognito unloaded ***

[/pawn]

si uite ce warning imi da la server :

[pawn]D:\ServerRFY\gamemodes\RFY.pwn(2073) : warning 209: function "OnDialogResponse" should return a value

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          4500 bytes

Code size:          102064 bytes

Data size:            72420 bytes

Stack/heap size:      16384 bytes; estimated max. usage=2791 cells (11164 bytes)

Total requirements:  195368 bytes

1 Warning.

[/pawn]

poate fi de la server sau de la plugin ?

linia cu warning :

[pawn]if(dialogid == 063)

{

switch( listitem )

{

case 0: aCreateThing(playerid, 413, 185);

case 1: aCreateThing(playerid, 440, 186);

case 2: aCreateThing(playerid, 543, 187);

case 3: aCreateThing(playerid, 583, 188);

case 4: aCreateThing(playerid, 478, 189);

case 5: aCreateThing(playerid, 554, 190);

case 6: ShowPlayerDialog(playerid, 062, 2,  "Light", "Berkley's RC van\n\

                                            Bobcat\n\

Burrito\n\

Forklift\n\

Moonbeam\n\

Mower\n\

Newsvan\n\

Next page", "Select", "Cancel" );

  }

return 1;

}

}[/pawn]

linia cu warning 2073 e ultima paranteza..

GWX9l9i.jpg
Link to comment
Share on other sites

[pawn]if(dialogid == 063)

{

switch( listitem )

{

case 0: aCreateThing(playerid, 413, 185);

case 1: aCreateThing(playerid, 440, 186);

case 2: aCreateThing(playerid, 543, 187);

case 3: aCreateThing(playerid, 583, 188);

case 4: aCreateThing(playerid, 478, 189);

case 5: aCreateThing(playerid, 554, 190);

case 6: ShowPlayerDialog(playerid, 062, 2,  "Light", "Berkley's RC van\n\

                                            Bobcat\n\

Burrito\n\

Forklift\n\

Moonbeam\n\

Mower\n\

Newsvan\n\

Next page", "Select", "Cancel" );

  }

return 1;

}

[/pawn]

idiots.png
Link to comment
Share on other sites

imi da asta daca pun ca tine funky

[pawn]D:\ServerRFY\gamemodes\RFY.pwn(484) : error 017: undefined symbol "ShowLeave"

D:\ServerRFY\gamemodes\RFY.pwn(491) : error 004: function "PlayerSpawn" is not implemented

D:\ServerRFY\gamemodes\RFY.pwn(577) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(585) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(593) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(601) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(609) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(617) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(625) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(633) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(641) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(649) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(657) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(665) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(673) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(681) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(689) : error 017: undefined symbol "ShowTeleport"

D:\ServerRFY\gamemodes\RFY.pwn(1649) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1650) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1651) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1659) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1660) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1661) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1662) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1663) : error 017: undefined symbol "aCreateThing"

D:\ServerRFY\gamemodes\RFY.pwn(1664) : error 017: undefined symbol "aCreateThing"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

[/pawn]

GWX9l9i.jpg
Link to comment
Share on other sites

[tt]if(dialogid == 063)

  {

      switch( listitem )

      {

        case 0: aCreateThing(playerid, 413, 185);

        case 1: aCreateThing(playerid, 440, 186);

        case 2: aCreateThing(playerid, 543, 187);

        case 3: aCreateThing(playerid, 583, 188);

        case 4: aCreateThing(playerid, 478, 189);

        case 5: aCreateThing(playerid, 554, 190);

        case 6: ShowPlayerDialog(playerid, 062, 2,  "Light", "Berkley's RC van\n\

                                                    Bobcat\n\

                                                    Burrito\n\

                                                    Forklift\n\

                                                    Moonbeam\n\

                                                    Mower\n\

                                                    Newsvan\n\

                                                    Next page", "Select", "Cancel" );

            }

      }

      return ( 1) ;

}[/tt]

7bdea99b11.png

rimmon curv.

Link to comment
Share on other sites

Ai in GameMode aCreateThing ?

Poate am gresit eu , cauta aCreateThing in GM si zi daca ai xD

Am testat in GM meu si nu e o eroare nimic . Nu ai tu aCreateThing . si ShowTeleport xD

Si la

[pawn]if(dialogid == 063)

  {

      switch( listitem )

      {

        case 0: aCreateThing(playerid, 413, 185);

        case 1: aCreateThing(playerid, 440, 186);

        case 2: aCreateThing(playerid, 543, 187);

        case 3: aCreateThing(playerid, 583, 188);

        case 4: aCreateThing(playerid, 478, 189);

        case 5: aCreateThing(playerid, 554, 190);

        case 6: ShowPlayerDialog(playerid, 062, 2,  "Light", "Berkley's RC van\n\

                                                    Bobcat\n\

                                                    Burrito\n\

                                                    Forklift\n\

                                                    Moonbeam\n\

                                                    Mower\n\

                                                    Newsvan\n\

                                                    Next page", "Select", "Cancel" );

            }

      }

      return ( 1) ;

}[/pawn]

Adaugai 2 } } doar daca era asa

[pawn]if(dialogid == 063)

  {

      switch( listitem )

      {

      if( response )

      {

        case 0: aCreateThing(playerid, 413, 185);

        case 1: aCreateThing(playerid, 440, 186);

        case 2: aCreateThing(playerid, 543, 187);

        case 3: aCreateThing(playerid, 583, 188);

        case 4: aCreateThing(playerid, 478, 189);

        case 5: aCreateThing(playerid, 554, 190);

        case 6: ShowPlayerDialog(playerid, 062, 2,  "Light", "Berkley's RC van\n\

                                                    Bobcat\n\

                                                    Burrito\n\

                                                    Forklift\n\

                                                    Moonbeam\n\

                                                    Mower\n\

                                                    Newsvan\n\

                                                    Next page", "Select", "Cancel" );

            }

      }

      return ( 1) ;

}[/pawn]

Eu asa stiu  :shocked:

idiots.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.