GTAMulti.com - Türkiye'nin Türkçe GTA Sitesi
16 Nisan 2026, 11:55:09

login panel hatası

Başlatan KonYaLee, 15 Şubat 2019, 00:07:57

« önceki - sonraki »

0 Üye ve 2 Ziyaretçi konuyu incelemekte.

KonYaLee

login panel yaparken şurda hata alıyorum You have sucessfully logged in! yazısı çıkmıyor

function addNotification(player, text, type)
if (player and text and type) then
triggerClientEvent(player, 'addNotification', player, text, type);
end
end

function loginPlayer(source, username, password)
local account = getAccount(username, password)
if (account ~= false) then
logIn(source, account, password)
for i=1,30 do
end
triggerClientEvent(source, "onClientPlayerLogin", source)
addNotification(source, "You have sucessfully logged in!", "success")
else
addNotification(source, "Your username or password is incorrect!", "error")
end
end


addNotification kodunu çalıştırmadım
Son düzenlenme: 15 Şubat 2019, 00:27:00 KonYaLee