Get vehicle's name which has entered in
#2

pawn Код:
if (newstate == PLAYER_STATE_DRIVER)
    {
                format(vehname,sizeof(vehname),"%s%s",TextColor,VehiclesName[GetVehicleModel(GetPlayerVehicleID(playerid))-400]);
                GameTextForPlayer(playerid,vehname,5000,1);
    }
Try something like this, random code i found which does what you want, credits to creator.
Reply


Messages In This Thread
Get vehicle's name which has entered in - by blackwave - 21.01.2011, 00:26
Re: Get vehicle's name which has entered in - by Anthonyx3' - 21.01.2011, 00:37
Re: Get vehicle's name which has entered in - by rjjj - 21.01.2011, 00:42
Re: Get vehicle's name which has entered in - by blackwave - 21.01.2011, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)