Pickup help
#1

Hello i have a problem

I whant to create textdraw with pickup

Like 25/ 100

20= number of stunts done (player entered checkpoint)
100= number of pickups

PS i use gadmin this is for user pickups done

Please help me

Sorry for bad english
Reply
#2

BUMP
Reply
#3

BUMP
Reply
#4

BUMP
Reply
#5

Bump
Reply
#6

We need more explanation, to realize what you actually want.
"I need a checkpoint with textdraw" does not describe the thing you want
Reply
#7

For example at the end of stunt is a checkpoint
On player enter checkpoint receive 5000000$ and 1 stuntpoint

The stuntpoint is aded to a textdraw like 25/30
Reply
#8

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
// CREATE A TEXTDRAW
// Your addmoney function
// Your addstuntpoint function
// create a timer to destroytextdraw
//// Everything can be found on wiki ////
    return 1;
}
Reply
#9

Quote:
Originally Posted by Chriham3
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
// CREATE A TEXTDRAW
// Your addmoney function
// Your addstuntpoint function
// create a timer to destroytextdraw
//// Everything can be found on wiki ////
    return 1;
}
The textdraw is separate for players not only for one
Reply
#10

Код:
new mypickup;

ongamemodeinit
mypickup=createpickup...

Onplayerpickuppickup

if(pickupid == mypickup) GivePlayermoney(playerid, ...), SendClientMessage(playerid, color, "you have re...");

onplayerconnect

	CreatePlayer3DTextLabel(playerid, "your text",color,..,..,..);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)