3d text labels on each pickup
#5

yes i know i am not a beginner i just don't have 1 pickup they are plenty
so what do i want to do ?
just like this code does (if there was a function called GetPickuptPos(i,x,y,z);
pawn Код:
for(new i=0;i<MAX_PICKUPS();i++) {
        new Float:x,Float:y,Float:z;
        new str[128];
        new Text3D:pid;
        GetPickuptPos(i,x,y,z);//this is what i need
        pid = Create3DTextLabel("",0xFFFF00AA,x,y,z+2.5,100.0,0,0);
        format(str,sizeof(str),"Pickupid %d",i);
        Update3DTextLabelText(pid,0xFFFF00AA,str);
    }
Reply


Messages In This Thread
3d text labels on each pickup + save / load system - by Opah - 14.07.2012, 15:45
Re: 3d text labels on each pickup - by clarencecuzz - 14.07.2012, 15:49
Re: 3d text labels on each pickup - by Opah - 14.07.2012, 15:54
Re: 3d text labels on each pickup - by [KHK]Khalid - 14.07.2012, 16:05
Re: 3d text labels on each pickup - by Opah - 14.07.2012, 19:13
Re: 3d text labels on each pickup - by [KHK]Khalid - 14.07.2012, 20:52
Re: 3d text labels on each pickup - by SuperViper - 14.07.2012, 20:55
Re: 3d text labels on each pickup - by Opah - 15.07.2012, 01:23

Forum Jump:


Users browsing this thread: 1 Guest(s)