• 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!

i want talkaction say to me how many days vip still

andrewss

Nice Member
Joined
Jun 12, 2010
Messages
122
Reaction score
1
Location
E G Y P T
i want talkaction say to me how many days vip still
for tfs 0.3.6
can anyone give me the script:thumbup:
 
Code:
local config = {
	VIP = 11551 -- storage value for VIP
	}

function onSay(cid,words,param)
	return doPlayerPopupFYI(cid,'You have ' ..getPlayerStorageValue(cid,config.VIP)..' days of VIP left.')
end

You may only request scripts in the request & support section.
 
Back
Top