[HELP]3D text
#1

Quote:

public OnPlayerPickUpPickup(playerid, pickupid)
{
new propid = -1;
for(new id; id<MAX_PROPERTIES; id++)
{
if(PropInfo[id][PickupNr] == pickupid)
{
propid = id;
break;
}
}
if(propid != -1)
{
new str[128];
format(str, 128, "~y~\"%s\"~n~~r~Value: ~y~$%d~n~~r~Earning: ~y~$%d~n~~r~Owner: ~y~%s", PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
GameTextForPlayer(playerid, str, 6000, 3);
}
return 1;
}

Can you give me the cod with 3D TEXT Label Plz
Reply
#2

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

Should help you get started.
Reply
#3

Create3DTextLabel, example:
pawn Код:
//3D Text Label
    Create3DTextLabel("Weapon Shop", 0x6F006FFF,314.2585,-133.5850,999.6015,100.0, 0);
Hope,i helped.
Reply
#4

Nooo it's y don't want a 3d text y want a 3d text for this cod that y give to you plz(Y am Macedonia Don't Speak English So Well)here is the code if you don't seedet xD
Quote:

public OnPlayerPickUpPickup(playerid, pickupid)
{
new propid = -1;
for(new id; id<MAX_PROPERTIES; id++)
{
if(PropInfo[id][PickupNr] == pickupid)
{
propid = id;
break;
}
}
if(propid != -1)
{
new str[128];
format(str, 128, "~y~\"%s\"~n~~r~Value: ~y~$%d~n~~r~Earning: ~y~$%d~n~~r~Owner: ~y~%s", PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
GameTextForPlayer(playerid, str, 6000, 3);
}
return 1;
}

Reply
#5

Quote:
Originally Posted by mayk
Посмотреть сообщение
Nooo it's y don't want a 3d text y want a 3d text for this cod that y give to you plz(Y am Macedonia Don't Speak English So Well)here is the code if you don't seedet xD
Honestly i don't get what you need..
And you ASKED for the function,thats the function :P.
Reply
#6

Quote:

public OnPlayerPickUpPickup(playerid, pickupid)
{
new propid = -1;
for(new id; id<MAX_PROPERTIES; id++)
{
if(PropInfo[id][PickupNr] == pickupid)
{
propid = id;
break;
}
}
if(propid != -1)
{
new str[128];
format(str, 128, "~y~\"%s\"~n~~r~Value: ~y~$%d~n~~r~Earning: ~y~$%d~n~~r~Owner: ~y~%s", PropInfo[propid][PropName], PropInfo[propid][PropValue], PropInfo[propid][PropEarning], PropInfo[propid][PropOwner]);
GameTextForPlayer(playerid, str, 6000, 3);
}
return 1;
}

this code , can you give me with 3D Text Label
Reply
#7

http://zaslike.com/files/ujmzcg96atlru6x649hu.png Like This
Reply
#8

Heeelp me Plizz or give me som edvice to help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)