Command wont continue unless ..
#3

Quote:
Originally Posted by DeathOnaStick
Would be nice if you just would say, what you exacly want.
Seems pretty obvious what he wants, but he should be asking in the Script Request Thread for things like this, but I'll entertain him.

pawn Код:
if(!strcmp(cmdtext[1],"MyCommand",true,9))
{
  if(GetPlayerWeapon(playerid)!=26)return SendClientMessage(playerid,0xFF0000FF,"You need a .50 Cal Desert Eagle handgun to perform this command.");
  //Your Command
  return 1;
}
Reply


Messages In This Thread
Command wont continue unless .. - by Sal_Kings - 13.11.2009, 09:14
Re: Command wont continue unless .. - by DeathOnaStick - 13.11.2009, 16:12
Re: Command wont continue unless .. - by Joe Staff - 13.11.2009, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)