03.09.2009, 16:24
Код:
dcmd_123(playerid,params[])
{
#pragma unused params
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
playertextid = CreatePlayer3DTextLabel(playerid,"To jest test",0x008080FF,X,Y,Z,40.0);
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, -0.4);//Line 546
return 1;
}
Quote:
|
(546) : warning 213: tag mismatch |

