06.08.2012, 16:44
DO NOT IGNORE WARNINGS! They're there for a reason!
This;
Should give you a warning: 211 possibly unintended assignment. That is because the comparison operator is == and not just =.
This;
pawn Code:
if(PlayerInfo[playerid][seatbelt] = false)