19.04.2012, 14:50
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;
}