Little problem
#2

Try to put this:
pawn Код:
if (IsPlayerInAnyVehicle(playerid))
{
  SendClientMessage(playerid,COLOR_GREEN,"You are already in a vehicle.");
  return 1;
}
Instead of this:
pawn Код:
if (IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_GREEN,"You are already in a vehicle.");
Reply


Messages In This Thread
Little problem - by [XST]O_x - 14.05.2010, 13:56
Re: Little problem - by Norck - 14.05.2010, 14:13
Re: Little problem - by [XST]O_x - 14.05.2010, 14:22
Re: Little problem - by Norck - 14.05.2010, 14:44
Re: Little problem - by [XST]O_x - 14.05.2010, 19:57

Forum Jump:


Users browsing this thread: 1 Guest(s)