[HELP]3D text
#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


Messages In This Thread
[HELP]3D text - by mayk - 01.10.2011, 16:38
Re: [HELP]3D text - by Stigg - 01.10.2011, 16:45
Re: [HELP]3D text - by Issam - 01.10.2011, 16:45
Re: [HELP]3D text - by mayk - 01.10.2011, 16:48
Re: [HELP]3D text - by Issam - 01.10.2011, 16:51
Re: [HELP]3D text - by mayk - 01.10.2011, 16:54
Re: [HELP]3D text - by mayk - 01.10.2011, 16:58
Re: [HELP]3D text - by mayk - 01.10.2011, 17:43

Forum Jump:


Users browsing this thread: 3 Guest(s)