Results 1 to 3 of 3

Thread: Scrit compfile error

  1. #1
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Exclamation Scrit compfile error

    ******* script compile error *******
    unknown function: (file 'maps/mp/gametypes/ctf.gsc', line 1531)
    if(!level.xenon && !maps\mp\gametypes\_teams::getJoinTeamPermissions( "allies"))

    Help me

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by furkan4933 View Post
    ******* script compile error *******
    unknown function: (file 'maps/mp/gametypes/ctf.gsc', line 1531)
    if(!level.xenon && !maps\mp\gametypes\_teams::getJoinTeamPermissions( "allies"))

    Help me
    Does the map that you test on have a gsc with at least:
    PHP Code:
    main
    {
    maps\mp\_load::main();


  3. #3
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Mitch View Post
    Does the map that you test on have a gsc with at least:
    PHP Code:
    main
    {
    maps\mp\_load::main();

    where it will write

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •