Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Major_Tomundefined

Major_Tom

@Major_Tom
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Convert int to String
    Major_Tomundefined Major_Tom

    Possible example?
    write works but load not working

    load()
    {
    guid = self getGuid();
    basePath = getDvar("fs_basegame") + "/test/" + guid + ".txt";

    if(fileexists(basePath))
    {
        file = fopen(basePath, "r");
        fread(file, "" + self.pers["kills"] );
        fclose(file);
    }
    

    }

    BO2 Modding Support & Discussion

  • Convert int to String
    Major_Tomundefined Major_Tom

    Thanks it works

    How can i read kills from a file?

    BO2 Modding Support & Discussion

  • Convert int to String
    Major_Tomundefined Major_Tom

    How can i convert int to string?
    thanks

    BO2 Modding Support & Discussion

  • [Release] Lua Scripting
    Major_Tomundefined Major_Tom

    Hi
    I try to use the 1.8 version when i start the server it crashs without error
    i use windows server 2019

    MW3 Modding Releases & Resources
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate