-
Posts
1,410 -
Joined
-
Last visited
Everything posted by Arsilex
-
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
-
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"/>
-
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 )
-
y como podría hacer eso para el paradise RP?
-
ya me funciona pero me sale que lo de fixvehicle es un argumento invalido
-
Miren http://imageshack.us/photo/my-images/13 ... louqu.png/
-
ya dije que me sale error
-
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 )
-
Pos me sigue saliendo lo de que el evento no fue encontrado en el server-side
-
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 )
-
Entonces paso todo el script a server-side?
-
Y como podria hacerlo sin usar el server-side¿
-
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?
-
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 )
-
si lo descargue todo y lo ize
-
otra cosa el sv no es local es hosted por serverffs.com
-
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.)
-
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)!
-
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
-
si yo se que lo iciste tu y lo puse en meta de mi joinquit