Pickup for auto problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pickup for auto problem (
/showthread.php?tid=492491)
Pickup for auto problem -
Nikid - 04.02.2014
Hello! As the pickup, which is created for cars, was always in the air
Re: Pickup for auto problem -
BullseyeHawk - 04.02.2014
Post your code.
Re: Pickup for auto problem -
Nikid - 04.02.2014
Quote:
Originally Posted by BullseyeHawk
Post your code.
|
The code to create a pickup type 14?
pawn Код:
public OnGameModeInit()
{
CreatePickup(1242, 14, 1503.3359, 1432.3585, 15.1191, -1);
return 1;
}