27.12.2011, 20:31
why to remove :SS
on the line 411 you have this code
and it have to goes..
just replace it..
on the line 397 is the same problem
should be
on the line 423
it is
should be
and that is it... that will remove all yours warnings
on the line 411 you have this code
pawn Код:
if(checkpointid = Checkpoint[1]){
pawn Код:
if(checkpointid == Checkpoint[1]){
on the line 397 is the same problem
pawn Код:
if(checkpointid = Checkpoint[1]){
pawn Код:
if(checkpointid == Checkpoint[1]){
it is
pawn Код:
baseid == bvariable;
pawn Код:
baseid = bvariable;
