Author Topic: Help  (Read 2273 times)

[EuC]Paramedic

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-9
    • View Profile
Help
« 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

Mido_Pop

  • Full Member
  • ***
  • Posts: 168
  • Karma: +6/-20
  • The_Pops ( War )
    • View Profile
Re: Help
« Reply #1 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 )



[EuC]Paramedic

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-9
    • View Profile
Re: Help
« Reply #2 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 >>
( http://liberty-unleashed.co.uk/LUWiki/GarageIDs )


i AM not an OWNER!! im just a player!

Mido_Pop

  • Full Member
  • ***
  • Posts: 168
  • Karma: +6/-20
  • The_Pops ( War )
    • View Profile
Re: Help
« Reply #3 on: October 06, 2013, 05:59:59 pm »
 >:( :o :( >:(



Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: Help
« Reply #4 on: October 07, 2013, 10:31:29 am »
Then blame the owner. Nothing you can do about it.

Locked.

 

© Liberty Unleashed Team.