04.02.2009, 11:13
Can't know much by the teams but for the equip use that.. Edit it to your teams.
pawn Код:
if(!strcmp(cmd,"/equip",true))
{
if(!PlayerToPoint(distace,playerid,X,Y,Z))
return SendClientMessage(playerid, COLOR, "Wrong spot.");
GivePlayerWeapon(playerid, weapon, ammo);
return true;
}