26.04.2013, 12:31
Hello,
I had this line :-
Im Getting Error, tag mismatch.
I know if i remove '!', error will be removed but i wont that if player doesn't have shovel, then returns a message.
Any Solution for it?
Thanks.
I had this line :-
pawn Код:
if(!GetPlayerWeapon(playerid) == 6) return SendClientMessage(playerid, COLOR_YELLOW,"You need shovel to Dig Metals.");
I know if i remove '!', error will be removed but i wont that if player doesn't have shovel, then returns a message.
Any Solution for it?
Thanks.