Liberty Unleashed

Servers => General Server Chat => Topic started by: [EuC]Paramedic on October 06, 2013, 02:30:37 pm

Title: Help
Post by: [EuC]Paramedic on October 06, 2013, 02:30:37 pm
When i run Crime City (server) and type /open 24( for example) garages open, but when i type /close 24 , garage doesn't close! Help and sorry for my bad English ,im from other country
Title: Re: Help
Post by: Mido_Pop on October 06, 2013, 03:03:48 pm
Try This >>
Code: [Select]

function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "closesesame" )
{
CloseGarage( PORTLAND_HIDEOUT_GARAGE );
}

return 1;
}
~~~~~~~~~
Code: [Select]
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "opensesame" )
{
OpenGarage( PORTLAND_HIDEOUT_GARAGE );
}

return 1;
}

And Find The Garages In This Link >>
( http://liberty-unleashed.co.uk/LUWiki/GarageIDs )
Title: Re: Help
Post by: [EuC]Paramedic on October 06, 2013, 03:21:40 pm
Try This >>
Code: [Select]

function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "closesesame" )
{
CloseGarage( PORTLAND_HIDEOUT_GARAGE );
}

return 1;
}
~~~~~~~~~
Code: [Select]
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "opensesame" )
{
OpenGarage( PORTLAND_HIDEOUT_GARAGE );
}

return 1;
}

And Find The Garages In This Link >>
( [url]http://liberty-unleashed.co.uk/LUWiki/GarageIDs[/url] )


i AM not an OWNER!! im just a player!
Title: Re: Help
Post by: Mido_Pop on October 06, 2013, 05:59:59 pm
 >:( :o :( >:(
Title: Re: Help
Post by: Thijn on October 07, 2013, 10:31:29 am
Then blame the owner. Nothing you can do about it.

Locked.