Jump to content

crear spawn


AlvareZ_

Recommended Posts

tengo el setTimer de esta manera:

addEventHandler ( "onClientPlayerWasted", localPlayer, 
    function ( ) 
        guiSetVisible ( ventana , true ) 
        guiSetVisible ( spawn_button , true ) 
        guiSetVisible ( info , true ) 
        setTimer(ventana,3000,1,source) 
        showCursor ( true ) 
    end 
) 

q esta saliendo mal? ps esta en clienside y asi el serverside de la camara q no me anda tampoco:

function spawnMexi ( cityName, teamName, skinName ) 
    if ( teamName == "Mexicans" and skinName == "Mexicans 1" ) then 
        setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) 

Link to comment
addEventHandler ( "onClientPlayerWasted", localPlayer, 
    function ( ) 
        setTimer ( guiSetVisible, 3000, 1, ventana , true ) 
        guiSetVisible ( spawn_button , true ) 
        guiSetVisible ( info , true ) 
        showCursor ( true ) 
    end 
) 

Que es lo que pasa con la camara?

Link to comment
  • Recently Browsing   0 members

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