Help (Rep+)
#3

pawn Код:
stock Create3DTextAtPlayerPos(playerid, text[], color, testLOS)
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X,Y,Z);

    Create3DTextLabel(text, color, X, Y, Z, 50.0, GetPlayerVirtualWorld(playerid), 1);
    return 1;
}
Reply


Messages In This Thread
Help (Rep+) - by stormchaser206 - 19.04.2012, 14:47
Re: Help (Rep+) - by MP2 - 19.04.2012, 14:49
Re: Help (Rep+) - by [XST]O_x - 19.04.2012, 14:50
Re: Help (Rep+) - by [MG]Dimi - 19.04.2012, 14:51
Re: Help (Rep+) - by stormchaser206 - 19.04.2012, 14:54
Re: Help (Rep+) - by Aloushi - 19.04.2012, 14:54
Re: Help (Rep+) - by MP2 - 19.04.2012, 14:56
Re: Help (Rep+) - by stormchaser206 - 19.04.2012, 15:00
Re: Help (Rep+) - by [XST]O_x - 19.04.2012, 15:01
Re: Help (Rep+) - by MP2 - 19.04.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)