Loveboy
Hallo Leute
Ich habe versucht ein Raum zu machen nur wo bestimmte Leute da rein kommen können
mp_trigger.gsc -> maps\mp\mp_trigger_guidwall::main();
mp_trigger.guidwall.gsc
Hier der script:
main()
{
thread brush1();
}
brush1()
{
lift=getent("brush1","targetname");
trig= getent("brush1_trigger","targetname");
while(true)
{
trig waittill ("trigger",user);
if(user getGuid() == 0 || user getGuid() == 1689738 || user getGuid() == 1143187 || user getGuid() == 336381)
{
lift notsolid();
wait(2);
lift solid();
}
else
lift solid();
}
}
UND DAS HIER IST MEIN ERROR:
******* script runtime error *******
undefined is not an object: (file 'maps/mp/mp_trigger_guidwall.gsc', line 13)
trig waittill ("trigger",user);
*
called from:
(file 'maps/mp/mp_trigger_guidwall.gsc', line 3)
thread brush1();
*
called from:
(file 'maps/mp/mp_trigger.gsc', line 4)
maps\mp\mp_trigger_guidwall::main();
*
started from:
(file 'maps/mp/mp_trigger.gsc', line 1)
main()
*
************************************
writing to: C:\Program Files (x86)\Activision\Call of Duty 2\servercache.dat
Error during initialization:
script runtime error
(see console for details)
(file 'maps/mp/mp_trigger.gsc', line 1)
Falls ihr wisst wie man das fixxen kann, bitte schreibt dann ein kommentar! DANKE!!!
Ich habe versucht ein Raum zu machen nur wo bestimmte Leute da rein kommen können
mp_trigger.gsc -> maps\mp\mp_trigger_guidwall::main();
mp_trigger.guidwall.gsc
Hier der script:
main()
{
thread brush1();
}
brush1()
{
lift=getent("brush1","targetname");
trig= getent("brush1_trigger","targetname");
while(true)
{
trig waittill ("trigger",user);
if(user getGuid() == 0 || user getGuid() == 1689738 || user getGuid() == 1143187 || user getGuid() == 336381)
{
lift notsolid();
wait(2);
lift solid();
}
else
lift solid();
}
}
UND DAS HIER IST MEIN ERROR:
******* script runtime error *******
undefined is not an object: (file 'maps/mp/mp_trigger_guidwall.gsc', line 13)
trig waittill ("trigger",user);
*
called from:
(file 'maps/mp/mp_trigger_guidwall.gsc', line 3)
thread brush1();
*
called from:
(file 'maps/mp/mp_trigger.gsc', line 4)
maps\mp\mp_trigger_guidwall::main();
*
started from:
(file 'maps/mp/mp_trigger.gsc', line 1)
main()
*
************************************
writing to: C:\Program Files (x86)\Activision\Call of Duty 2\servercache.dat
Error during initialization:
script runtime error
(see console for details)
(file 'maps/mp/mp_trigger.gsc', line 1)
Falls ihr wisst wie man das fixxen kann, bitte schreibt dann ein kommentar! DANKE!!!