Jump to content

Error en mi script denuevo


Soren

Recommended Posts

hola quiero que me ayuden con este script que me hice pero nmo me funciono

function Markerhit (hitPlayer, matchingDimension) 
    outputChatBox ( getPlayerName(hitPlayer) .. "Get a Combat Shotgun!! RUN!!" ) 
    giveWeapon ( source, 27, 21 ) 
    setPedDoingGangDriveby ( getLocalPlayer (), true ) 
end 
addEventHandler ( "onClientMarkerHit", getRootElement(), MarkerHit ) 

como el script dice

-Cuando toques un marcador dira- Nombredelplayer Get a Combat Shotgun RUN!!

-Te de una Spaz-12 con 21 balas

-Y hagas GangDriveby con la spaz-12

no funciono alguien me puede ayudar?

Link to comment
    function Markerhit (hitPlayer, matchingDimension) 
        outputChatBox ( getPlayerName(hitPlayer) .. "Get a Combat Shotgun!! RUN!!" ) 
        giveWeapon ( hitPlayer, 27, 21 ) --antes habias puesto source en lugar de hitPlayer, y el "source" es el marker que fue tocado, es decir, le estabas dando un arma al marker, con hitPlayer le estas dando un arma al jugador que toco el marker. 
        setPedDoingGangDriveby ( getLocalPlayer (), true ) 
    end 
    addEventHandler ( "onClientMarkerHit", getRootElement(), MarkerHit ) 

Link to comment
tu me dijiste que no lo posteara ahi poor que es la seccion mas activa del foro!! tu me dijiste no es por que yo lo haga para molestar

-_______________________________________________________________________________-

Hay 2 secciones de scripting. Una está en inglés (y es la más activa de MTA en general), y la otra está en español (y la tienes como subsección en este subforo en español). Lo que digo es, que preguntes en la sección scripting de este subforo.

Para la próxima, no hagas otro tema allá, que ya preguntaste.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...