Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Try this:
function onAdvance(cid, oldLevel, newLevel)
if getPlayerLevel(cid) == 30 and getPlayerStorageValue(cid, 90005) == -1 then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have received 1 cc.")
doPlayerAddItem(cid, 2160, 1)...
Hi! How i can add second shop category which contains items eg. I want to have first category: Weapons and second: Equipment.
Gesior acc 2012
Here's my shopsystem.php
http://pastebin.com/4XPc2AzN
If someone use tfs 1.0 and gesior 2012 and have bug with "Banned accounts: (nothing) and Rented Houses: 0"
Change your queries to:
$time = time();
$query = $SQL->query("SELECT * FROM `players` ORDER BY `experience` DESC")->fetch();
$query2 = $SQL->query('SELECT `id`, `name` FROM...
Yea take this :)
function onSay(cid, words, param, channel)
local params = param:split(",")
local price = params[1]
table.remove(params, 1)
local desc = table.concat(params, ",")
local name = ''
local item1 =...
Hello guys, i have problem with tfs 9.80-9.86.
When i'm dead don't show character list.. .
After this text close character still in this position (pic. 2).
Sorry for my english ;/
Please help, i don't know where is problem.