[Help]Pickup 3D
#1

boys as I make to add the pickup 3D in GM SAGC?



Sorry for my bad english. i'm Italian
Reply
#2

Use: CreatePickup
Reply
#3

created I insert pickup it on addstaticpickup?
Reply
#4

I'd say use CreatePickup, you can always alter it at any time without problems. If you're like adding new houses in-game, it'd be impossible to use AddStaticPickup.
Reply
#5

sorry I'm not a scripter and I do not know where to put pickups created please can you tell me how do I use I saysomething wrong? tell me what's wrong?

START GM
New nomepickup / / Police

public OnGameModeInit ()
(
Police CreatePickup = (1272,23,8806, -1675.5166,16.1953,0);

public OnPlayerPickUpPickup(playerid, pickupid)
{
if(1272 == Police)
{
SetPlayerPos(playerid,8806,-1675.5166,16.1953);//
Reply
#6

Replace this "if(1272 == Police)" with this "if(pickupid == Police)".
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)