help please
#2

pawn Код:
if(GetPlayerVehicleID(playerid == bmx1||bmx2||bmx3))
Doesn't work.
pawn Код:
new
    vid = GetPlayerVehicleID(playerid);

if(vid == bmx1 || vid == bmx2 || vid == bmx3)
{
    // your code
}
Reply


Messages In This Thread
help please - by bartje01 - 28.12.2010, 22:58
Re: help please - by Vince - 28.12.2010, 23:02
Re: help please - by bartje01 - 29.12.2010, 00:37

Forum Jump:


Users browsing this thread: 1 Guest(s)