15.09.2009, 19:15
Код:
zcmd(play3d,playerid,params[])
{
new tmp[128];
new idx;
tmp = strtok(params, idx);
if(!params[0])
{
return SendClientMessage(playerid, WHITE, "/play3d (id)");
}
textid = Create3DTextLabel("123",0xFFFFFFFF,0.0,0.0,0.0,40.0,0);
Attach3DTextLabelToPlayer(textid, strval(tmp), 0.0, 0.0, -0.4);
return 1;
}

