PDA

View Full Version : Scrit compfile error



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

Help me

Mitch
26th June 2014, 17:42
******* 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:


main
{
maps\mp\_load::main();
}

furkan4933
26th June 2014, 17:47
Does the map that you test on have a gsc with at least:


main
{
maps\mp\_load::main();
}


where it will write