Results 1 to 3 of 3

Thread: Script Error

  1. #1
    Private
    Join Date
    Feb 2013
    Posts
    11
    Thanks
    3
    Thanked 1 Time in 1 Post

    Script Error

    ******* script compile error *******
    unknown function: (file 'maps/mp/gametypes/tdm.gsc', line 536)
    maps\mp\gametypes\_weapons::givePistol();
    *
    ************************************
    Pls Help me

  2. #2
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    Well it looks like the function (thread) givePistol() is not in the _weapon.gsc
    May you use an wrong _weapons.gsc or its not linked right.

    Try to search for "pistol" in the _weapons.gsc
    No ... No ... this is not possible .......

  3. The Following User Says Thank You to Earliboy For This Useful Post:

    kung foo man (7th February 2013)

  4. #3
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by AzreaL View Post
    ******* script compile error *******
    unknown function: (file 'maps/mp/gametypes/tdm.gsc', line 536)
    maps\mp\gametypes\_weapons::givePistol();
    *
    ************************************
    Pls Help me
    It seems clear that you are not using the stock files, as there is a function givePistol() in the stock files. So, the important question is, which mod are you using?

  5. The Following User Says Thank You to Tally For This Useful Post:

    kung foo man (7th February 2013)

Posting Permissions

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