Command wont continue unless ..
#1

I need help.

I want to make a command, but it can't move on if you don't have a desert eagle.
It will say "You need a desert eagle first!"

Oh yeah i use strcmp.
Reply
#2

Would be nice if you just would say, what you exacly want.
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)