OnPlayerPickupPickup
#1

I have no idea if this is possible but when someone enters a pickup and shows information it spams them. is there a way to stop the spam?
Reply
#2

Show me your OnPlayerPickUpPickUp callback, and point out the pickup that's spammin
Reply
#3

GameTextForPlayer

or try to play with pickup types

https://sampwiki.blast.hk/wiki/PickupTypes
Reply
#4

@=WoR=

Its all of them
pawn Код:
if ( pickupid == pk_SUPASAVE )
        {
            SendClientMessage(playerid, COLOR_YELLOW,"everything typed like this spams over and over");
        }
@voldemort I don't like GameTextForPlayer. It might be my pickup types because there all set to 23. I'll mess with them.
Reply
#5

Add, DestroyPickup, or set a timer for it.
Reply
#6

Quote:

2 Pickupable, respawns after some time.

Use type 2.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)