Vehicles Minimum ID
#1

Hi there,

I just want to know what is ID of first created vehicle, is it 0 or is it 1.

Thanks, in advance.
Reply
#2

0?
(Not sure though)
Reply
#3

I think it's 0
Reply
#4

1, I am sure 1
Reply
#5

I'm 100% sure that it's 1.
Reply
#6

Yeah, It's 1. Sorry about my first post, I had some troubles with that too.
Reply
#7

Код:
public OnGameModeInit()
{
    printf("%d", CreateVehicle(400, 0.0, 0.0, 0.0, 0.0, 0, 0, 0));
}
Output: 1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)