0 Members and 1 Guest are viewing this topic.
procedure AppOnIdle(Ticks: integer);begin if Ticks mod (2160 * 2) = 0 then begin WriteConsole(0, '!komutlar" yazarak komutları görebilirsin!', $F2F200 ); WriteConsole(0, '!yardım komutu ile yardım alabilirsin!', $F2F200 ); WriteConsole(0, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF ); end;end;
procedure AppOnIdle(Ticks: integer);begin if Ticks mod (2160 * 2) = 0 then begin WriteConsole(0, '!komutlar" yazarak komutları görebilirsin!', $F2F200 ); WriteConsole(0, '!yardım komutu ile yardım alabilirsin!', $F2F200 ); WriteConsole(0, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF ); end;end;var i: byte;begincrossfunc([],'zrpgcrashdetector.ResetCountdown');for i := 1 to 32 do if getplayerstat(i,'active') = true then begin if Ticks mod (3600 * 1) = 0 then if player[i].logged = false then textbox(i,' Giris Yapilmadi ',messages[snotloggedin],#6,'_','|','+',$ffcc4444); if player[i].logged = false then begin WriteConsole(0, '!uyelik yazarak bilgi alabilirsin!'. $33FFFF ); end;end;
procedure AppOnIdle(Ticks: integer);var i: byte;beginif Ticks mod (2160 * 2) = 0 then begin if (player[i].logged = false) then WriteConsole(i, 'You are not logged in! Sign in to your account, to view more options', $F2F200 ) else WriteConsole(i, '!komutlar" yazarak komutlari görebilirsin!', $F2F200 ); WriteConsole(i, '!yardim komutu ile yardim alabilirsin!', $F2F200 ); WriteConsole(i, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF );end;// ###########################################################crossfunc([],'zrpgcrashdetector.ResetCountdown');for i := 1 to 32 do begin if GetPlayerStat(i,'Active') = true then begin if Ticks mod (3600 * 1) = 0 then begin if (player[i].logged = false) then begin WriteConsole(i, '!uyelik yazarak bilgi alabilirsin!', $33FFFF ); textbox(i,' Giris Yapilmadi ',messages[snotloggedin],#6,'_','|','+',$ffcc4444); end; end; end;end;
procedure AppOnIdle(Ticks: integer);var i,player: byte;beginif Ticks mod (2160 * 2) = 0 then begin if (player[i].logged = false) then WriteConsole(i, 'You are not logged in! Sign in to your account, to view more options', $F2F200 ) else WriteConsole(i, '!komutlar" yazarak komutlari görebilirsin!', $F2F200 ); WriteConsole(i, '!yardim komutu ile yardim alabilirsin!', $F2F200 ); WriteConsole(i, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF );end;// ###########################################################crossfunc([],'zrpgcrashdetector.ResetCountdown');for i := 1 to 32 do begin if GetPlayerStat(i,'Active') = true then begin if Ticks mod (3600 * 1) = 0 then begin if (player[i].logged = false) then begin WriteConsole(i, '!uyelik yazarak bilgi alabilirsin!', $33FFFF ); textbox(i,' Giris Yapilmadi ',messages[snotloggedin],#6,'_','|','+',$ffcc4444); end; end; end;end;
HeyCode: [Select]procedure AppOnIdle(Ticks: integer);var i,player: byte;beginif Ticks mod (2160 * 2) = 0 then begin if (player[i].logged = false) then WriteConsole(i, 'You are not logged in! Sign in to your account, to view more options', $F2F200 ) else WriteConsole(i, '!komutlar" yazarak komutlari görebilirsin!', $F2F200 ); WriteConsole(i, '!yardim komutu ile yardim alabilirsin!', $F2F200 ); WriteConsole(i, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF );end;// ###########################################################crossfunc([],'zrpgcrashdetector.ResetCountdown');for i := 1 to 32 do begin if GetPlayerStat(i,'Active') = true then begin if Ticks mod (3600 * 1) = 0 then begin if (player[i].logged = false) then begin WriteConsole(i, '!uyelik yazarak bilgi alabilirsin!', $33FFFF ); textbox(i,' Giris Yapilmadi ',messages[snotloggedin],#6,'_','|','+',$ffcc4444); end; end; end;end;doesn't have to be this one?: Sen Giriş yapmadınız! Diğer seçenekleri görmek için, hesabınıza oturum açın = You are not logged in! Sign in to your account, to view more optionsTry this script is good about now
@MrHamsTr Where is array player?This your script didn't have the basic parametersYou must add function check log. Where is "textbox" procedure ?crossfunc([],'zrpgcrashdetector.ResetCountdown'); with zrpg.pas ?
type tplayer = recordlogged: boolean;end;varplayer: array[1..32] of tplayer;function CheckLogin():boolean;var i:byte;begin i := crossfunc([],'ads.showid'); result := player[i].logged;end;// ###########################################################// ###########################################################procedure AppOnIdle(Ticks: integer);var i: byte;beginif Ticks mod (2160 * 2) = 0 then begin if (player[i].logged = false) then WriteConsole(i, 'You are not logged in! Sign in to your account, to view more options', $F2F200 ) else WriteConsole(i, '!komutlar" yazarak komutlari görebilirsin!', $F2F200 ); WriteConsole(i, '!yardim komutu ile yardim alabilirsin!', $F2F200 ); WriteConsole(i, '!tb yazarak tum becerileri gorebilirsin!', $33FFFF );end;// ###########################################################for i := 1 to 32 do begin if GetPlayerStat(i,'Active') = true then begin if Ticks mod (3600 * 1) = 0 then begin if (player[i].logged = false) then begin WriteConsole(i, '!uyelik yazarak bilgi alabilirsin!', $33FFFF ); textbox(i,' Giris Yapilmadi ',messages[snotloggedin],#6,'_','|','+',$ffcc4444); end; end; end;end;