OnPlayerPickUpPickup
#1

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;
}
Reply
#2

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

Instead createpickup 1 change it for 23
Reply
#4

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

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

here you will see the difference
Reply
#6

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

here you will see the difference
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)