Tag Mismatch
#2

Quote:
Originally Posted by Robbin237
pawn Код:
if(Alarmed[vehid] == 1 && !playerid == Owner[vehid])
This line gives me a tag mismatch, because of the ! in front of playerid. But whats wrong with it?

Thnx
pawn Код:
if(Alarmed[vehid] == 1 && playerid != Owner[vehid])
Reply


Messages In This Thread
Tag Mismatch - by Robbin237 - 24.04.2009, 13:39
Re: Tag Mismatch - by Think - 24.04.2009, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)