Better idea than that difficult IsPlayerInArea
#9

At least's hes willing to learn, for fucks sake if you seen someone try to backflip or something and failing epicly you wouldnt stand there laughing at them telling them they've done it wrong.

This is the same thing on a smaller scale.

First thing mate, follow the tutorial to creating commands, then, once the commands are in do something like this.


Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
  if(!IsPlayerInDMArea(playerid) )
  {
  // Insert your commands here.
  }
  else return SendClientMessage(blablabla your not in the zone);
  return 0;
}
Then do something like this.

Код:
forward IsPlayerInDMArea(playerid);
Public IsPlayerInDMArea(playerid)
{

IsPlayerInarea(blablabla);

}
Do some research in to the ideas I gave you, I need sleep.
Reply


Messages In This Thread
Better idea than that difficult IsPlayerInArea - by speedruntrainer - 10.08.2009, 23:03
Re: Need help for defining this :/ - by Kyle - 10.08.2009, 23:04
Re: Need help for defining this :/ - by shady91 - 10.08.2009, 23:05
Re: Need help for defining this :/ - by saiberfun - 10.08.2009, 23:07
Re: Need help for defining this :/ - by speedruntrainer - 10.08.2009, 23:10
Re: Need help for defining this :/ - by shady91 - 10.08.2009, 23:11
Re: Need help for defining this :/ - by shady91 - 10.08.2009, 23:12
Re: Need help for defining this :/ DISABLING CMDS IN DM ZONES - by speedruntrainer - 10.08.2009, 23:17
Re: Need help for defining this :/ DISABLING CMDS IN DM ZONES - by NeRoSiS - 10.08.2009, 23:20
Re: Need help for defining this :/ - by speedruntrainer - 10.08.2009, 23:28

Forum Jump:


Users browsing this thread: 2 Guest(s)