new weapondealer; //variable, could be helpful for this script if(weapondealer == 0) //could be helpful for this script weapondealer = 0; //could be helpful for this script if(!strcmp("/buyweapons1", cmdtext,true)) { if(!IsPlayerInRangeOfPoint(playerid, 2.0, 2817.7190,-1168.5554,1025.5778))return SendClientMessage(playerid, 0xFF9900AA,"You are not in /buyweapons1 checkpoint."); ShowMenuForPlayer(weaponmenu,playerid); return 1; } if(!strcmp("/buyweapons2", cmdtext,true)) { if(!IsPlayerInRangeOfPoint(playerid, 2.0, 2450.6052,-1694.2794,1013.5152))return SendClientMessage(playerid, 0xFF9900AA,"You are not in /buyweapons2 checkpoint."); ShowMenuForPlayer(weaponmenu,playerid); return 1; }
new weapondealer; //variable, could be helpful for this script
if(weapondealer == 0) //could be helpful for this script
weapondealer = 0; //could be helpful for this script
if(!strcmp("/buyweapons", cmdtext,true))
{
if(!IsPlayerInRangeOfPoint(playerid, 2.0, 2817.7190,-1168.5554,1025.5778)
&& !IsPlayerInRangeOfPoint(playerid, 2.0, 2450.6052,-1694.2794,1013.5152))
return SendClientMessage(playerid, 0xFF9900AA,"You are not in /buyweapons checkpoint.");
ShowMenuForPlayer(weaponmenu,playerid);
return 1;
}
lol && -.-'
i need to read somewhere, what this signs means in pawno. |