30.08.2011, 19:42
Just as a note...
Doing this:
Is a waste and can be very inefficient when using PVars. You are better off using "DeletePVar()" if you wish to set the value to 0.
Doing this:
pawn Код:
SetPVarInt(playerid, "Doors", 0);