Briefcase Icon at Spawn Place (rep+++)
#1

Hey Guys!. I want briefcase icon at my teams spawn places so as soon as they reach on briefcase they got a dialog menu in which there will shop like "Armour 3000", "AK47 2000" etc. If you give me hint i can do it by my self.......
Please I need it...
Reply
#2

First of all, create the pickup with CreatePickup. Make sure the pickup ID is set to a variable like.

Код:
new BlueTeamPickup;
BlueTeamPickup = CreatePickup(blah, blah, blah);
Then under OnPlayerPickupPickup
Код:
if(pickupid == BlueTeamPickup)
{
// Show the player a dialog.
}
Reply
#3

HINT:

pawn Код:
CreatePickup(model, type, float:x, float:y, float:z, virtualworld); //not sure if is
use type 22 for pickable, if you already pick it in-game it will respawn after death
Reply
#4

WHI IT IS sHOWING ERROR?/
"Invalid Declaration" ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)