error in my quest !

04/13/2013 08:54 MrLibya#1
Hallo all

can you tail me where the error ?

PHP Code:
quest panel_system begin
    state start begin
        when 20041.chat
." الادارة " with pc.is_gm() begin
        say
(" مرحبا بك في لوحه الادارة ")
        
say(" ألرجاء اختيار ماذا تريد ان تفعل ")
        
local s select(" الاداره "" الغاء ")
                if 
== 2 then 
                    
return
                    else
                    
local set select(" مسابقات "" الغاء ")
                    if 
set == 2 then 
                        
return
                    
end
                    
if set == 1 then
                    say
(" مرحبا بك ايها المرافق ")
                    
say(" عن طريقي يمكنك بدا المسابقات التي تريدها ")
                    
say(" الرجاء اختيار نوع المسابقه ")
                    
local sss select(" ضوء القمر "" الغاء ")
                    if 
sss == 2 then
                        
return
                    
end
                    
if sss == 1 then
                    say
(" الرجاء اختيار هل تريد تفعيل المسابقه ام الغائها ")
                    
local ssss select(" بدء المسابقة "" اقفال المسابقه ")
                    if 
ssss == 2 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
                    
end
                    
if ssss == 1 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            
end
        end
    end
end 
:):):):):)
04/13/2013 09:56 Lord iRemix#2
PHP Code:
quest panel_system begin
    state start begin
        when 20041.chat
." الادارة " with pc.is_gm() begin
        say
(" مرحبا بك في لوحه الادارة ")
        
say(" ألرجاء اختيار ماذا تريد ان تفعل ")
        
local s select(" الاداره "" الغاء ")
                if 
== 2 then 
                    
return
                    elseif 
== 1 then
                    local set 
select(" مسابقات "" الغاء ")
                    if 
set == 2 then 
                        
return
                    
end
                    
if set == 1 then
                    say
(" مرحبا بك ايها المرافق ")
                    
say(" عن طريقي يمكنك بدا المسابقات التي تريدها ")
                    
say(" الرجاء اختيار نوع المسابقه ")
                    
local sss select(" ضوء القمر "" الغاء ")
                    if 
sss == 2 then
                        
return
                    
end
                    
if sss == 1 then
                    say
(" الرجاء اختيار هل تريد تفعيل المسابقه ام الغائها ")
                    
local ssss select(" بدء المسابقة "" اقفال المسابقه ")
                    if 
ssss == 2 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
                    
end
                    
if ssss == 1 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            
end
        end
    end
end 
04/13/2013 10:41 G.I Duke#3
PHP Code:
 quest panel_system begin
    state start begin
        when 20041.chat
." الادارة " with pc.is_gm() begin
        say
(" مرحبا بك في لوحه الادارة ")
        
say(" ألرجاء اختيار ماذا تريد ان تفعل ")
        
local s select(" الاداره "" الغاء ")
                if 
== 2 then 
                    
return
                    elseif 
== 1 then
                    local set 
select(" مسابقات "" الغاء ")
                    if 
set == 2 then 
                        
return
                    
end
                    
elseif set == 1 then
                    say
(" مرحبا بك ايها المرافق ")
                    
say(" عن طريقي يمكنك بدا المسابقات التي تريدها ")
                    
say(" الرجاء اختيار نوع المسابقه ")
                    
local sss select(" ضوء القمر "" الغاء ")
                    if 
sss == 2 then
                        
return
                    
end
                    
elseif sss == 1 then
                    say
(" الرجاء اختيار هل تريد تفعيل المسابقه ام الغائها ")
                    
local ssss select(" بدء المسابقة "" اقفال المسابقه ")
                    if 
ssss == 2 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
                    
end
                    
elseif ssss == 1 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            
end
        end
    end
end 
(:
04/13/2013 10:47 Lord iRemix#4
Nach dem end muss kein elseif hin.
04/13/2013 10:55 MrLibya#5
Quote:
Originally Posted by .Remix. View Post
PHP Code:
quest panel_system begin
    state start begin
        when 20041.chat
." الادارة " with pc.is_gm() begin
        say
(" مرحبا بك في لوحه الادارة ")
        
say(" ألرجاء اختيار ماذا تريد ان تفعل ")
        
local s select(" الاداره "" الغاء ")
                if 
== 2 then 
                    
return
                    elseif 
== 1 then
                    local set 
select(" مسابقات "" الغاء ")
                    if 
set == 2 then 
                        
return
                    
end
                    
if set == 1 then
                    say
(" مرحبا بك ايها المرافق ")
                    
say(" عن طريقي يمكنك بدا المسابقات التي تريدها ")
                    
say(" الرجاء اختيار نوع المسابقه ")
                    
local sss select(" ضوء القمر "" الغاء ")
                    if 
sss == 2 then
                        
return
                    
end
                    
if sss == 1 then
                    say
(" الرجاء اختيار هل تريد تفعيل المسابقه ام الغائها ")
                    
local ssss select(" بدء المسابقة "" اقفال المسابقه ")
                    if 
ssss == 2 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
                    
end
                    
if ssss == 1 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            
end
        end
    end
end 
Not Work the same problem

[Only registered and activated users can see links. Click Here To Register...]


But Thanks For Try


Quote:
Originally Posted by .мαяfυ™ View Post
PHP Code:
 quest panel_system begin
    state start begin
        when 20041.chat
." الادارة " with pc.is_gm() begin
        say
(" مرحبا بك في لوحه الادارة ")
        
say(" ألرجاء اختيار ماذا تريد ان تفعل ")
        
local s select(" الاداره "" الغاء ")
                if 
== 2 then 
                    
return
                    elseif 
== 1 then
                    local set 
select(" مسابقات "" الغاء ")
                    if 
set == 2 then 
                        
return
                    
end
                    
elseif set == 1 then
                    say
(" مرحبا بك ايها المرافق ")
                    
say(" عن طريقي يمكنك بدا المسابقات التي تريدها ")
                    
say(" الرجاء اختيار نوع المسابقه ")
                    
local sss select(" ضوء القمر "" الغاء ")
                    if 
sss == 2 then
                        
return
                    
end
                    
elseif sss == 1 then
                    say
(" الرجاء اختيار هل تريد تفعيل المسابقه ام الغائها ")
                    
local ssss select(" بدء المسابقة "" اقفال المسابقه ")
                    if 
ssss == 2 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" لقد انتهت مسابقة ضوء القمر. ")
                    
end
                    
elseif ssss == 1 then 
                    game 
set_event_flag "ayisigi_drop" )
                    
notice_all(" مسابقة صناديق ضوء القمر بدات الان. ")
            
end
        end
    end
end 
(:
Thanks It's Work:)

But Why It's Show Like That

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


Fixed

04/13/2013 23:13 G.I Duke#6
your language is not supported by the file or the client
05/06/2014 20:23 D3mOn-MaSk#7
ليبيا حبيبي انت الي بقانون الهكر صحيح؟ المهم الكلاينت او الملف ما يدعم اللغه العربيه زي الي قالك فوقي


you client doesn't support the language
05/06/2014 20:59 Hype#8
Next time:
-> [Only registered and activated users can see links. Click Here To Register...]
#closerequest
05/07/2014 00:27 xcuz#9
#closed