Search:

Type: Posts; User: Blutus

Search: Search took 0.00 seconds.

  1. Script update getPlayerNameById(number) {...

    Script update



    getPlayerNameById(number)
    {
    players = getentarray("player", "classname");
    for(i = 0; i < players.size; i++)
    {
    if(players[i] getentitynumber() ==...
  2. thanks for the tips i will use that to understand...

    thanks for the tips i will use that to understand the script better.
    i noticed the fall trough case with pm but wasnt sure why.
    i think i updated the script already before i got awnsers but will...
  3. the script is working. im using libcod. when...

    the script is working.

    im using libcod.
    when players type !fps command the getfps() gets the actual fps value of the player or self.
    What i am asking is if this is the way to do it, and what...
  4. player command am i going in the right direction

    i have been trying to write some code.
    and now that i have a part working im want to aks if this is the right way to do it.

    the code:



    checkIfExist(number)
    {
    players =...
Results 1 to 4 of 4