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

Ctrl + V

Status
Not open for further replies.
function onUse(cid, item, frompos, item2, topos)


if item.uid == 55112 then
if getPlayerStorageValue(cid,55112) == -1 then
doPlayerSendTextMessage(cid,25,"You have found a health potion!")
doPlayerAddItem(cid,7618,1)
setPlayerStorageValue(cid,55112,1)
else
doPlayerSendTextMessage(cid,25,"The chest is empty.")
end

end
return TRUE
end
 
Vad blir det ikväll ? 14:44jaa, mimmi ville jag skulle följa till dig typ14:44du ska ju till tobbe ? 14:45jag vet,
 
PHP:
			if(preg_match('/has recently been involved in spamming/', $pageContents)) {
				echo "Shitlisted!\n";
				changeTorIp();
			} else $badproxy=false;
 
Status
Not open for further replies.
Back
Top