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


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: 2 Guest(s)