28.07.2010, 18:48
You have two times =.
So use
or if you want is at condition use
So use
pawn Код:
rand = GetPVarInt(strlen(thing), "PlayerMission");
pawn Код:
if(rand == GetPVarInt(strlen(thing), "PlayerMission")) {...