IsPlayerInVehicle
#5

Quote:
Originally Posted by Thour57
Посмотреть сообщение
it have :-
Код:
{
else
}
if(IsPlayerInVehicle(playerid, 519) || IsPlayerInVehicle(playerid, 593)) return SendClientMessage(playerid,-1,"You must be in a Plane to Do Work");
Woh! this is something curious.You have to use else like this

pawn Код:
if(condition)
{
//codes
}
else
{
//codes
}
Ur format is wrong.
Reply


Messages In This Thread
IsPlayerInVehicle - by Avi Raj - 26.03.2013, 08:15
Re: IsPlayerInVehicle - by dusk - 26.03.2013, 08:21
Re: IsPlayerInVehicle - by RajatPawar - 26.03.2013, 08:22
Re: IsPlayerInVehicle - by Avi Raj - 26.03.2013, 08:31
Re: IsPlayerInVehicle - by Gamer_007 - 26.03.2013, 10:38

Forum Jump:


Users browsing this thread: 3 Guest(s)