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

Vip loot

Teshan

New Member
Joined
Nov 10, 2010
Messages
51
Reaction score
0
Hello i want to ask if i can increase the loot if you are vip.

Using TFS 0.4.0.0
 
Code:
function onEquip(cid, item, slot)
		if (not isPlayerVip(cid)) then
		doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "VIP Only!")
		return false
		end
        
end


Obviously this is a movement script.. change isPlayerVip(cid) to your way of checking if the player is vip ^^ Rep++ ?!?! ;D xD
 
Back
Top