[Error 010: invalid function or declaration] CreatePickup
#2

Uhuh, I think i fixed it!

I deleted some braces, and placed return 1; in a another place.

OnFilterScriptInit now:

PHP код:
{
    print(
"\n--------------------------------------");
    print(
" ManHole Filterscript by Tom");
    print(
"--------------------------------------\n");



    
//ArmyBuilding2
    
ArmySecondBuildingSewersEnter CreatePickup(13181290.14321909.3739100.4071, -1);
    
ArmySecondBuildingSewersExit CreatePickup(13181, -80.2782,1763.3628,349.5543, -1);


    
// The Woods SEWER Exit
    
TheWoodsSewerEnter CreatePickup(13181, -74.1693,1774.5923,349.8957, -1);
    return 
1;

Did i fix it the right way?
Reply


Messages In This Thread
[Error 010: invalid function or declaration] CreatePickup - by TR4MP - 25.02.2012, 11:24
Re: [Error 010: invalid function or declaration] CreatePickup - by TR4MP - 25.02.2012, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)