Jump to content

| إستفسآر |


PaiN^

Recommended Posts

Posted

لو سمحتوا وضحوا لي الخطأ وين

marker = createMarker( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler( "onMarkerHit", marker 
    function ( source )  
        if ( getElementModel ( source ) == "player" ) and ( getElementModel ( source ) ~= 0 ) then  
            setPedSkin ( source, 0 )  
            outputChatBox( "!! تم تغير الشخصية بنجاح", source, 210, 0, 0, true ) 
        else 
            outputChatBox( "", source, 210, 0, 0, false ) 
        end 
    end 
) 
  

" Keep Thinking Different . " - Steve Jops

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

Don't send me PMs asking for help, I Won't reply !

Posted
لو سمحتوا وضحوا لي الخطأ وين
marker = createMarker( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler( "onMarkerHit", marker 
    function ( source )  
        if ( getElementModel ( source ) == "player" ) and ( getElementModel ( source ) ~= 0 ) then  
            setPedSkin ( source, 0 )  
            outputChatBox( "!! تم تغير الشخصية بنجاح", source, 210, 0, 0, true ) 
        else 
            outputChatBox( "", source, 210, 0, 0, false ) 
        end 
    end 
) 
  

marker = createMarker( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler( "onMarkerHit", marker, 
    function ( source )  
        if ( getElementModel ( source ) == "player" ) and ( getElementModel ( source ) ~= 0 ) then  
            setPedSkin ( source, 0 )  
            outputChatBox( "!! تم تغير الشخصية بنجاح", source, 210, 0, 0, true ) 
        else 
            outputChatBox( "", source, 210, 0, 0, false ) 
        end 
    end 
)  

ناقصك فاصله في السطر 3

Posted

أخوي الماركر طلع بس ما يغير الشخصية

" Keep Thinking Different . " - Steve Jops

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

Don't send me PMs asking for help, I Won't reply !

Posted

:cry: برضو ما إشتغل

" Keep Thinking Different . " - Steve Jops

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

Don't send me PMs asking for help, I Won't reply !

Posted
  
marker = createMarker( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler( "onMarkerHit", marker, 
    function () 
        if ( getElementModel ( source ) == "player" ) and ( getElementModel ( source ) ~= 0 ) then 
            setPedSkin ( source, 0 ) 
            outputChatBox( "!! تم تغير الشخصية بنجاح", source, 210, 0, 0, true ) 
        else 
            outputChatBox( "", source, 210, 0, 0, false ) 
        end 
    end 
) 
  

My E-mails:

" Manners Maketh Man "

" الأخلاق تصنع الرجل "

░░░░░███████ ]▄▄▄▄▄▄▄▄ BooM !

▂▄▅█████████▅▄▃▂

███████████████████].

◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤

Posted

-- Server Side !

marker = createMarker( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler( "onMarkerHit", marker, 
    function ( hitElement ) 
        if ( getElementType ( hitElement ) == "player" ) and ( getElementModel ( hitElement ) ~= 0 ) then 
            setElementModel ( hitElement, 0 ) 
            outputChatBox( "!! تم تغير الشخصية بنجاح", hitElement, 210, 0, 0, true ) 
        else 
            outputChatBox( "", hitElement, 210, 0, 0, false ) 
        end 
    end 
) 

Posted

مشكورررريييين

ضاوي + طلال + بحريني + أسامة

:D تسلموا الكود إشتغل

" Keep Thinking Different . " - Steve Jops

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

Don't send me PMs asking for help, I Won't reply !

Posted

فيه بعض الأكواد في الموضوع

حاطين

source

و الأيفنت

onMarkerHit

يعني يصير

source = Marker

^^

ufPZ1.png
OlCN1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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