04.12.2011, 06:27
Quote:
Originally Posted by https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate
Returns This function doesn't return a specific value
|
Если ты хотел присвоить той переменной ID машины, то приравнивать следует функцию CreateVehicle.
pawn Код:
ballascar[0] = CreateVehicle(...)
pawn Код:
ballascar[0] = CreateVehicle(BallasInfo[0][gModel], BallasInfo[0][gPosX], BallasInfo[0][gPosY], BallasInfo[0][gPosZ], BallasInfo[0][gAngle], BallasInfo[0][gColor1], BallasInfo[0][gColor2],600);
SetVehicleNumberPlate(ballascar[0], string);