PDA

View Full Version : Script Error



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

Earliboy
6th February 2013, 21:47
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

Tally
6th February 2013, 22:55
******* 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?