13.11.2009, 16:37
Quote:
Originally Posted by DeathOnaStick
Would be nice if you just would say, what you exacly want.
|
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;
}