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

Search results

  1. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    Humm, can any one tell me what is the use of interface, i mean is there a great use to them and the abstract classes too? and what is the difference between the 2 of them?
  2. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    Is there a way to show me where is the error i mean in which line ?? until i get to a way to do so i have this also and not working <?php function isAlphb(&$var) ## Function { $res = true; $explo = str_split($var); foreach($explo as $key) {...
  3. F

    Mubarak RETIRED!

    Lets see what would happen to egypt now !! :(
  4. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    Ah , it is nice haven't thought of unsetting a value in a array would destroy it. :)
  5. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    humm, i have made this but i dont know why it dont work the page is just like server error no indication to anything : <?php $key = array("1","2","3","4","5","6"); function table_remove_value($val,&$arr) { $res = false; $i = 0; $len = count($arr); foreach($arr as $v){...
  6. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    humm ,more question :p Why the newline character not work here? <?php $ar = array( "Sengafora" => "Shops", "Dubai" => "Buildings", "Egypt" => "Protests" ); $str = "Countries & Specialities : \n "; $i = 1; foreach($ar as $country=>$special){ $delim =...
  7. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    I see , thought this just work with int so i cant include string arays etc in result, Thanks.
  8. F

    [PHP] : Is there a way to make inline handiling + Some help =)

    I donno whatever it is called but is there a way to do that thing in lua in php : local n = 1 local f = ( n==1 and "true" or "false") This case variable f would be => "true" can i do same in php ? something like: ( i know this don't work , but how can i do it the right way) $n=1; $f =...
  9. F

    Lua Movement error

    check what you havnt defined 'pos' in script : function onStepIn(cid, item, position, fromPosition) local newnPosition = {x=32315, y=32247, z=9} local tilepos1 = {x=33114, y=31703, z=12} local tilepos2 = {x=33116, y=31703, z=12} local tilepos5 = {x=33115, y=31702, z=12}...
  10. F

    Scripter Search a pro scripter

    Look maybe nohtng but somthng atleast, shows tabbing , style to script
  11. F

    Scripter Search a pro scripter

    oh please look on the date....... Ofc all of us started as nubs lol!!
  12. F

    Lua Remove creatureEvent

    I think it is obviously he say a creatureevent << To stop a whole event of -> onthink, onkill, on death, etc..
  13. F

    Scripter Search a pro scripter

    I am only a lua one, ofc can build anything from scratch.
  14. F

    Lua Remove creatureEvent

    I dont think so... In the event file you can make a check if getPlayerStorage(cid,storage) < 1 then execute code end then to stop event for a certain player give him ths storage, to reactivate event remove storage from player.
  15. F

    Scripter Search a pro scripter

    I can help, dont lookt at my post count!!
  16. F

    fetching for some info in c++

    More info :) Was learning some basics and came into making a little code , i dont get compile errors but after the first loop is done other ones is messed up it keep sending lines untill loop finishes (without waiting for input to continue) , tryed to remove getline() and replaced with cin and...
  17. F

    fetching for some info in c++

    Thanks.
  18. F

    fetching for some info in c++

    Another thing how to convert a int to str ?
  19. F

    fetching for some info in c++

    Then it wouldnt work , good to here that.
Back
Top