• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

login says

szajker123

New Member
Joined
May 12, 2012
Messages
195
Reaction score
0
Hello, needs this script as it is in the picture but simply to show when someone has a premium account and when the mute is another text he writes, "I alone choose" REP FOR HELP:>
GREETS

loge.jpg
 
Last edited:
I dont know if works, but try it:

Code:
function onLogin(cid)
	
	if getPlayerPremiumDays(cid) >= 1 then
	doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "20% Exp more, You are premium.")
	return TRUE
	end		
end

EDIT: It works!
 
Last edited:
Sorry man, but to me this thing does not work pasted what you wrote but I logged into the game with an account that has a premium account and nothing is written, | maybe I pasted it wrong chociarz doubt but does not work I have TFS 0.3.7 /;/ PLEASE HELP
REP ++ FOR HELP ME

- - - Updated - - -

Ehh... sory man !! Works !! thx rep

- - - Updated - - -

I'm sorry that I said that it works because I was wrong .. that is working but the character can not log in when a player does not have a premium account :/ and when it may have to login to the server .. and writes that he has 20% more exp .. Help .. I apologize for that I gave him a rep + + and it does not work Please help

- - - Updated - - -

bump

- - - Updated - - -

help me
 
Lua:
function onLogin(cid)
	if getPlayerPremiumDays(cid) > 0 then
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "20% Exp more, You are premium.")
	end
	return true
end
 
prubowałęm once do as you wrote, the "0" but I did not work so I'm looking for more help

- - - Updated - - -

BuMp please help me

- - - Updated - - -

help me
 
Szajker napisz po polsku o co Ci chodzi ja im to wytłumaczę
Spoko , jak chcesz / Chodzi mi o takie coś że gdy się logujesz na serwer i masz pacc'a (premium) to ci nadole w tym pierwszym kanale w tibi pojawiał napisa " Jaki chce " ale tylko z pacc a gdy niemamy pacc'a to pisze inny tekst ( lub wgl nic nie pisze , mi tylko zależy na tym z pacc'em ) więc pomóż :D nwm czy skumales , mam nadzieje ze tak
Pozdrawiam
 
Back
Top