SA-MP Forums Archive
OnPlayerPickUpPickup - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: OnPlayerPickUpPickup (/showthread.php?tid=200914)



OnPlayerPickUpPickup - Noss* - 19.12.2010

Solved

Код:
CreatePickup(1239, 1, 1129.76, 1235.57, 11.01, -1);
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    CreatePickup(1239, 1, 1129.76, 1235.57, 11.01, -1);
    
    SendClientMessage(playerid, 0xFFFFFFFF, "Type /commands for the command list");
	return 1;
}



Re: OnPlayerPickUpPickup - MadeMan - 19.12.2010

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    SendClientMessage(playerid, 0xFFFFFFFF, "Type /commands for the command list");
    return 1;
}



Re: OnPlayerPickUpPickup - matute - 19.12.2010

Instead createpickup 1 change it for 23


Re: OnPlayerPickUpPickup - Noss* - 19.12.2010

Quote:
Originally Posted by matute
Посмотреть сообщение
Instead createpickup 1 change it for 23
Thanks guys but whats the difference? 1 or 23?


Re: OnPlayerPickUpPickup - Rafa - 19.12.2010

https://sampwiki.blast.hk/wiki/PickupTypes

here you will see the difference


Re: OnPlayerPickUpPickup - Noss* - 19.12.2010

Quote:
Originally Posted by Rafa
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/PickupTypes

here you will see the difference
Thanks