[function test]
doswitch <dargn>
return "test mesajı 0"
return "test mesajı 1"
return "test mesajı 2"
enddo
DOSWITCH <src.account.plevel>
begin
src.tag.name.prefix=
src.tag.name.suffix=" [Guest]"
end
begin
src.tag.name.prefix=
src.tag.name.suffix=
end
begin
src.tag.name.prefix="Counselor "
src.tag.name.suffix=" [Staff]"
tag.name.hue=079a
end
begin
src.tag.name.prefix="Seer "
src.tag.name.suffix=" [Staff]"
tag.name.hue=079a
end
begin
src.tag.name.prefix="GM "
src.tag.name.suffix=" [Staff]"
tag.name.hue=079a
end
begin
src.tag.name.prefix="Dev "
src.tag.name.suffix=" [Staff]"
src.tag.name.suffix=
tag.name.hue=079a
end
begin
src.tag.name.prefix="Admin "
src.tag.name.suffix=" [Staff]"
tag.name.hue=079a
end
begin
src.tag.name.prefix="Admin "
src.tag.name.suffix=" [Owner]"
tag.name.hue=079a
end
ENDDO
if (<account.plevel> == 0)
message title yazdir
elseif (<account.plevel> == 1)
message title yazdir
...
...
...
elseif (<account.plevel> == 7)
message title yazdir
endif
şeklinde uzayan giden if ifadeleri ile dolacaktı.
0 Kullanıcı
Ultima Online 5 gün önce
Sunucular 2 hafta önce
Sphere Scripting 4 hafta önce
Counter-Strike 1 ay önce
Sunucular 1 ay önce
Counter-Strike 2 2 ay önce
2023-10-19 02:28
2023-10-18 21:20
2023-10-18 17:59
2023-10-12 02:30
2023-08-05 04:49
2023-08-04 21:01
2023-08-04 15:22
2017-06-30 17:45