10.01.2010, 18:54
You have to put:
check if giveplayer is equal to the playerid
check if giveplayer is equal to the playerid
pawn Код:
if(giveplayer == playerid)
{
SendClientMessage(playerid,COLOR,"[ERROR] You can't sell guns to yourself.
}

