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

Recent content by PB3LL

  1. PB3LL

    [Znote AAC] Live Cast Page

    anyone know why this code wont change the value in database from 0 to 1 when activating cast? !cast on Using 0.4 function onSay(cid, words, param) local tmp = param:explode(" ") if not(tmp[1]) then return doPlayerSendCancel(cid, "Parameters needed") end -- Cast ON...
  2. PB3LL

    Programmer Hire me on weekly basis

    Love his work. Highly recommended! Will definitely be using again.
  3. PB3LL

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    very excited for this to be released. will be keeping an eye on this for sure. keep it up!
  4. PB3LL

    setPlayerStorageValue only accepting values 1 or 0

    because when im checking my db the storage value never changes to anything other than '0' or '1' unless i do so in phpmyadmin. but the player gets tp'd and even gets the console message which happens after supposedly setting the storage value. edit, sources from: [8.60] The Forgotten Server 0.4
  5. PB3LL

    setPlayerStorageValue only accepting values 1 or 0

    will try this. im on 0.4 edit: didnt work :(
  6. PB3LL

    setPlayerStorageValue only accepting values 1 or 0

    has anyone ever encountered this issue? for some reason I am only able to set values to '0' or '1' when using lua. i can manually change values in database of course. when i use setPlayerStorageValue(cid, 92000, 0) = it works when i use setPlayerStorageValue(cid, 92000, 1) = it works when i...
  7. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    Fixed. Can close.
  8. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    the problem has been fixed. this can be closed.
  9. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    Close thread. sorry for wasting space.
  10. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    I have 2 scripts which need to be corrected. Some of the code works and some doesn't. There were previous errors in the console regarding end statements and about a year ago, when I didn't know exactly what I was doing, I just threw in a bunch of end statements to try and correct what I thought...
  11. PB3LL

    Count players with storage ID, php

    I am looking for a php script that will display a table showing the amount of players in trainers. On my server i want to count and display the amount of players in trainers, depending on the trainers they are using. Without listing the player names is it possible to show how many players are...
  12. PB3LL

    4 Small .php Tasks - $5 each completed task

    Ok so i tried the fix you supplied for #2 but it didnt fix the issue. here is what i fixed it too. <option value="<?php echo $vid; ?>" <?php if ($vid == playerSkill($skills, 9)) echo "selected"?> ><?php echo $vname[name]; ?></option> the box was still greyed out and the error was inside the...
  13. PB3LL

    4 Small .php Tasks - $5 each completed task

    Issue #4: Admin Page - $5 Task 4: Is it possible to unban a player from this page? FIXED! <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; protect_page(); admin_only($user_data); // Encryption (if select field has $key 0, it will return false, so add $enc + $key will...
  14. PB3LL

    4 Small .php Tasks - $5 each completed task

    I am having a few small issues that I wouldn't mind paying to get a solution to. I am using tfs 0.4 running 8.6. I will pay $5 via paypal for each fix. Issue #1: Banned Players Page - $5 FIXED by Baracs! Issue #2-3 Admin Skills Page - $10 (2 tasks) FIXED by Thaian Citizen FIXED by Thaian Citizen
  15. PB3LL

    [8.6x] OTServ 0.6.4 (Cast System)

    For some reason it isnt changing the value in database when cast should be online. Cast has started but value shows 0. When I change value to 1 then it shows on the page. Why is the value not changing when cast online?
Back
Top