Where could be a problem?
#1

Where is prob?
pawn Код:
new VehicleNames[212][64] = {
{"Landstalker"},
{"Bravura"},
{"Buffalo"},
{"Linerunner"},
...

{"Farm Plow"}, //farmtr1
{"Utility Trailer"} //utiltr1
};


        new vehicleid = GetPlayerVehicleID(playerid);
    new vehid = GetVehicleModel(vehicleid);
    new cars[64];
        new car = 400-vehid;
        format(cars,sizeof(cars),"%s",VehicleNames[car]);
        GameTextForPlayer(playerid,cars, 3000, 1);

and its not Send me a car name when I enter in car.
Reply


Messages In This Thread
Where could be a problem? - by ikey07 - 18.07.2010, 11:48
Re: Where could be a problem? - by [SVRPG]Falcon - 18.07.2010, 12:16
Re: Where could be a problem? - by ikey07 - 18.07.2010, 12:21

Forum Jump:


Users browsing this thread: 1 Guest(s)