Help needed: SetPlayerPos doesn't work anymore ?
#4

why to remove :SS

on the line 411 you have this code

pawn Код:
if(checkpointid = Checkpoint[1]){
and it have to goes..

pawn Код:
if(checkpointid == Checkpoint[1]){
just replace it..

on the line 397 is the same problem

pawn Код:
if(checkpointid = Checkpoint[1]){
should be

pawn Код:
if(checkpointid == Checkpoint[1]){
on the line 423

it is

pawn Код:
baseid == bvariable;
should be
pawn Код:
baseid = bvariable;
and that is it... that will remove all yours warnings
Reply


Messages In This Thread
Help needed: SetPlayerPos doesn't work anymore ? - by theinformer - 27.12.2011, 17:44
Re: Help needed: SetPlayerPos doesn't work anymore ? - by theinformer - 27.12.2011, 17:51
Re: Help needed: SetPlayerPos doesn't work anymore ? - by Seven_of_Nine - 27.12.2011, 20:18
Re: Help needed: SetPlayerPos doesn't work anymore ? - by kizla - 27.12.2011, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)