11.08.2018, 19:29
From wiki:
OnGameModeInit:
OnPlayerPickupPickup:
And..
I suggest you to use switch statements and a streamer.
pawn Код:
new pShotgun;
pawn Код:
pShotgun= CreatePickup(1274, 2, 0.0, 0.0, 9.0);
pawn Код:
if(pickupid == pShotgun)
{
//Give him shotgun
}
I suggest you to use switch statements and a streamer.
