29.08.2010, 23:37
Hello,
I added some pickups to my GM, but they don't appear in-game, why ?
I added some pickups to my GM, but they don't appear in-game, why ?
Код:
new pickup1;
OnGameModeInit() :
pickup1 = CreatePickup(1247,14,-2407.8040,2291.2954,21.3180);
OnPlayerPickUpPickup(playerid, pickupid):
if (pickupid == pickup1)
{"Actions"}

