gate help
#1

i want only that [LSP] open it
Reply
#2

https://sampwiki.blast.hk/wiki/MoveObject

You must create a gate before you can move one.
Reply
#3

https://sampwiki.blast.hk/wiki/Control_Structures

pawn Код:
public OnPlayerDoesSomething(playerid)
{
  if(variable == something)
  {
    // do something
  }
  return 1;
}
pawn Код:
if(!strcmp(cmdtext, "/open", true))
{
  if(variable[playerid] == value) // change level for your level var and value for the level
  {
    MoveObject(objectid, bla, bla, bla);
  }
  return 1;
}
Reply
#4

Quote:
Originally Posted by jordikappen2
i want only that [LSP] open it
You mean only players with [LSP] tag? If that's what you want, then search around, this was asked many times before.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)