21.02.2010, 00:31
Sorry.
test code:
vehicleid: 1
vehicleid: 2
vehicleid: 3
test code:
pawn Код:
#include <a_samp>
public OnGameModeInit()
{
printf("vehicleid: %d",AddStaticVehicle(416,2030.1577,-1435.2174,17.3632,180.0,1,3));
printf("vehicleid: %d",AddStaticVehicle(416,2020.1577,-1435.2174,17.3632,180.0,1,3));
printf("vehicleid: %d",AddStaticVehicle(416,2010.1577,-1435.2174,17.3632,180.0,1,3));
return 1;
}
vehicleid: 2
vehicleid: 3