30.12.2009, 09:40
Hello,
I try to make an license system, and to start the exam, you need to pick up a pickup in front of the Driving School. The problem is that the pickup don't spawn on the place that I gave it. Below you see the code of the pickup:
Can someone tell me why it's not working?
Greets,'
sean5874
I wish all people here a happy newyear!
I try to make an license system, and to start the exam, you need to pick up a pickup in front of the Driving School. The problem is that the pickup don't spawn on the place that I gave it. Below you see the code of the pickup:
Код:
drivingschool = CreatePickup(1239, 23, -2031.0737, -100.4808, 35.1641, -1);
DSmenu = CreateMenu("Driving School - Exam:",1,200,200,400,35);
AddMenuItem(DSmenu, 0, "Try driving exam");
AddMenuItem(DSmenu, 0, "Practice for exam");
AddMenuItem(DSmenu, 0, "Cancel");
return 1;
}
Greets,'
sean5874
I wish all people here a happy newyear!


