Tag Mismatch
#1

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
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)