Jump to content

Arsilex

Members
  • Posts

    1,410
  • Joined

  • Last visited

Everything posted by Arsilex

  1. Arsilex

    Que falla?

    Te quiero tio Gracias
  2. Arsilex

    Que falla?

    Mira cuando yo pongo duty me tiene que dar esas dos armas siendo policia y estando en el interior indicado lo que no me funciona es eso de siendo policia por que cuando lo quito funciona en lo de interior y tal pero da las armas a todos los que pongan duty yo quiero es que cuando pongan duty uno que no sea de faction policia ID "1" que no se la de [Editor]:Si estoy seguro que es server-side
  3. Arsilex

    Que falla?

    Lo que quiero es que cuando pongan duty solo les den las armas a los de la facion Policia que es 1 function consoleGive ( thePlayer, commandName, weaponID, ammo ) if exports.factions:isPlayerInFaction(thePlayer) == 1 then if ( getElementInterior(thePlayer) == 6 ) then local status = giveWeapon ( thePlayer, 25, 200, true ) local status = giveWeapon ( thePlayer, 24, 200, true ) end end end addCommandHandler ( "duty", consoleGive ) Meta "AsuS" name="Policia System" version="1.0"/>
  4. Mire probe hacerlo asi pero no entiendo por que no va function Reparar ( Repair ) local vehicle = getPedOccupiedVehicle( player ) if vehicle then fixVehicle( vehicle ) end end addEvent( "onFix", true ) addEventHandler( "onFix", getRootElement(), Reparar )
  5. y como podría hacer eso para el paradise RP?
  6. ya me funciona pero me sale que lo de fixvehicle es un argumento invalido
  7. Miren http://imageshack.us/photo/my-images/13 ... louqu.png/
  8. ya dije que me sale error
  9. Esta todo en orden Server-Side function Reparar ( Repair ) fixVehicle ( vehicle ) end addEvent( "onFix", true ) addEventHandler( "onFix", getRootElement(), Reparar ) Client-side Gui = guiCreateWindow(842,237,474,438,"GUI de mecanico",false) Repair = guiCreateButton(11,30,121,30,"Reparar",false,Gui) Paintjob1 = guiCreateButton(158,31,117,28,"Paintjob1",false,Gui) function changeVisibility() if guiGetVisible( Gui ) == true then guiSetVisible( Gui, false ) showCursor( false ) else guiSetVisible( Gui, true ) showCursor( true ) end end function repairVehicle() triggerServerEvent("onFix", getLocalPlayer()) end addEventHandler ( "onClientGUIClick", Repair, repairVehicle, false ) function Paintjob () setVehiclePaintjob ( theVehicle, 2 ) paintjob = getVehiclePaintjob ( theVehicle ) if ( paintjob == 2 ) then outputChatBox ( "the paintjob was successfully set" ) end end addEventHandler ( "onClientGUIClick", Paintjob1, Paintjob, false ) addCommandHandler ( "guimecanico", changeVisibility )
  10. Pos me sigue saliendo lo de que el evento no fue encontrado en el server-side
  11. Mira Mota ize esto antes de que me dijeras pero no me funciona aun asi Client-Side Gui = guiCreateWindow(842,237,474,438,"GUI de mecanico",false) Repair = guiCreateButton(11,30,121,30,"Reparar",false,Gui) Paintjob1 = guiCreateButton(158,31,117,28,"Paintjob1",false,Gui) function changeVisibility() if guiGetVisible( Gui ) == true then guiSetVisible( Gui, false ) showCursor( false ) else guiSetVisible( Gui, true ) showCursor( true ) end end function Paintjob1 () setVehiclePaintjob ( theVehicle, 2 ) paintjob = getVehiclePaintjob ( theVehicle ) if ( paintjob == 2 ) then outputChatBox ( "the paintjob was successfully set" ) end end addEventHandler( "onClientGUIClick", Paintjob1, Paintjob1, true) function repairVehicle() triggerServerEvent ( "Fix", getLocalPlayer()) end addEventHandler( "onClientGUIClick", repairVehicle, Repair, true) addCommandHandler ( "guimecanico", changeVisibility ) Server-Side function Fix ( Repair ) fixVehicle ( vehicleValue ) end addEvent( "onFix", true ) addEventHandler( "onFix", getRootElement(), Fix )
  12. Entonces paso todo el script a server-side?
  13. Y como podria hacerlo sin usar el server-side¿
  14. si lo es quero que cuando le de al boton se arregle el coche es para mi GUI de mecanico de un RP Entonces uso fixvehicle nada mas o me dijeron también que es bueno setElementHealth Cual es mejor y mas simple?
  15. Gui = {} Repair = {} Gui = guiCreateWindow(842,237,474,438,"GUI de mecanico",false) Repair = guiCreateButton(11,30,121,30,"Reparar",false,Gui) Paint = guiCreateButton(158,31,117,28,"Paintjob1",false,Gui) function changeVisibility() if guiGetVisible( Gui ) == true then guiSetVisible( Gui, false ) showCursor( false ) else guiSetVisible( Gui, true ) showCursor( true ) end end function Paintjob1 () setVehiclePaintjob ( vehicle ) paintjob = getVehiclePaintjob ( vehicle ) if ( paintjob == 2 ) then outputChatBox ( "the paintjob was successfully set" ) end end addEventHandler( "onClientGUIClick", Paintjob1, Paint, false) function repairVehicle() local vehicle = getPedOccupiedVehicle(g_Me) if vehicle then server.fixVehicle(vehicle) end end addEventHandler( "onClientGUIClick", repairVehicle, Repair, false) addCommandHandler ( "guimecanico", changeVisibility )
  16. Arsilex

    Duda

    No es que son facciones guardas en el Mysql
  17. Arsilex

    Duda

    Hola me preguntaba si alguen sabe como asignar a un script una faccion me refiero que en RP Paradise hay facciones y cuando este en policia por ejemplo que solo policia pueda poner /armas o cosas asi me podrian decir que devo usar
  18. otra cosa el sv no es local es hosted por serverffs.com
  19. Console: =========================================================== = Multi Theft Auto: San Andreas v1.1.1 =========================================================== = Server name : paradise ~ Roleplay = Server IP address: 173.192.206.137 = Server port : 2100 = = Log file : ..server30541/mods/deathmatch/logs/server.log = Maximum players : 32 = HTTP port : 2100 = Voice Chat : Disabled =========================================================== [2012-06-11 08:13:15] Resources: 30 loaded, 0 failed [2012-06-11 08:13:15] Querying game-monitor.com master server... unavailable! [2012-06-11 08:13:15] Querying backup master server... success! [2012-06-11 08:13:15] MODULE: Unable to find modules/mta_mysql.dll (/home/fslg/server30541/mods/deathmatch/modules/mta_mysql.dll: invalid ELF header)! [2012-06-11 08:13:15] MODULE: Unable to find modules/sha.dll (/home/fslg/server30541/mods/deathmatch/modules/sha.dll: invalid ELF header)! [2012-06-11 08:13:15] Starting resources..... [2012-06-11 08:13:15] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:15] Start up of resource sql cancelled by script [2012-06-11 08:13:15] ERROR: Unable to start resource sql; Start up of resource cancelled by script [2012-06-11 08:13:15] Start up of resource irc cancelled by script [2012-06-11 08:13:15] ERROR: Unable to start resource irc; Start up of resource cancelled by script [2012-06-11 08:13:15] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:15] Start up of resource sql cancelled by script [2012-06-11 08:13:15] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:15] Start up of resource players cancelled by script [2012-06-11 08:13:15] ERROR: Unable to start resource players; Start up of resource cancelled by script [2012-06-11 08:13:15] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:15] Start up of resource sql cancelled by script [2012-06-11 08:13:15] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:15] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:15] Start up of resource vehicles cancelled by script [2012-06-11 08:13:15] ERROR: Unable to start resource vehicles; Start up of resource cancelled by script [2012-06-11 08:13:15] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:15] Start up of resource sql cancelled by script [2012-06-11 08:13:15] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:15] Start up of resource interiors cancelled by script [2012-06-11 08:13:15] ERROR: Unable to start resource interiors; Start up of resource cancelled by script [2012-06-11 08:13:15] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:15] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource items; Start up of resource cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource vehicles cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource shops cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource shops; Start up of resource cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource vehicles cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource shops cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource interiors cancelled by script [2012-06-11 08:13:16] SCRIPT ERROR: memory allocation error: block too big [2012-06-11 08:13:16] WARNING: Loading script failed: memory allocation error: block too big [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource vehicles cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource vehicles cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource maps cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource maps; Start up of resource cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource teleports cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource teleports; Start up of resource cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource bank cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource items cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource bank; Start up of resource cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource factions cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.) [2012-06-11 08:13:16] Start up of resource sql cancelled by script [2012-06-11 08:13:16] ERROR: exports: Call to non-running server resource (sql) [string "?"] [2012-06-11 08:13:16] Start up of resource players cancelled by script [2012-06-11 08:13:16] ERROR: Unable to start resource factions; Start up of resource cancelled by script [2012-06-11 08:13:16] Server shutdown as requested by resource sql (MySQL module missing.)
  20. Esto me sale [2012-06-10 18:08:58] MODULE: Unable to find modules/mta_mysql.dll (/home/fslg/server30541/mods/deathmatch/modules/mta_mysql.dll: invalid ELF header)! [2012-06-10 18:08:58] MODULE: Unable to find modules/sha.dll (/home/fslg/server30541/mods/deathmatch/modules/sha.dll: invalid ELF header)!
  21. Alguien me puede decir que tengo que hacer para hacer funcionar el Mysql del paradise lo conecte con una web y tal y no me funciona
  22. si yo se que lo iciste tu y lo puse en meta de mi joinquit
×
×
  • Create New...