(/pu)utincar command problem
#3

replace this:
if(SeatID <1 || SeatID > 3)
{
SendClientMessage(playerid, COLOR_GRAD1, "Seat number must be between 1-3");
}
with :
pawn Код:
if(SeatID <1 || SeatID > 3)
{
  SendClientMessage(playerid, COLOR_GRAD1, "Seat number must be between 1-3");
  [b]return 1;[/b]
}
Reply


Messages In This Thread
(/pu)utincar command problem - by Castle - 25.03.2009, 15:04
Re: (/pu)utincar command problem - by Rks25 - 25.03.2009, 15:15
Re: (/pu)utincar command problem - by Rks25 - 25.03.2009, 15:16
Re: (/pu)utincar command problem - by Shellegg - 25.03.2009, 15:24
Re: (/pu)utincar command problem - by Rks25 - 25.03.2009, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)