gate help
#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


Messages In This Thread
gate help - by jordikappen2 - 27.02.2010, 16:47
Re: gate help - by Hijolion - 27.02.2010, 16:49
Re: gate help - by Miguel - 27.02.2010, 16:51
Re: gate help - by Correlli - 27.02.2010, 17:03

Forum Jump:


Users browsing this thread: 1 Guest(s)