You are viewing our Forum Archives. To view or take place in current topics click here.
Somebody please help with this thread?
Posted:
Somebody please help with this thread?Posted:
Status: Offline
Joined: Apr 09, 201014Year Member
Posts: 21
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201014Year Member
Posts: 21
Reputation Power: 0
I have this,
FastRestart()
{
if( self FragButtonPressed())
{
self waittill("fragButtonPressed");
self notify( "map_restarting" );
self iPrintlnBold( "Fast Restart in 5 Seconds.." );
wait 5;
map_restart( false );
}
}
for some reason it won't function.. can somebody help? thanks
FastRestart()
{
if( self FragButtonPressed())
{
self waittill("fragButtonPressed");
self notify( "map_restarting" );
self iPrintlnBold( "Fast Restart in 5 Seconds.." );
wait 5;
map_restart( false );
}
}
for some reason it won't function.. can somebody help? thanks
#2. Posted:
Status: Offline
Joined: Dec 14, 201113Year Member
Posts: 103
Reputation Power: 4
Status: Offline
Joined: Dec 14, 201113Year Member
Posts: 103
Reputation Power: 4
take out the brakets
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 09, 201014Year Member
Posts: 21
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201014Year Member
Posts: 21
Reputation Power: 0
XMT_Founder wrote take out the brakets
i don't have a syntax error, it just dosen't do anything?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.