#1

Код:
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;
}
Why this not work ?
Reply


Messages In This Thread
zcmd - by Maniek - 15.09.2009, 19:15
Re: zcmd - by Mikep. - 15.09.2009, 19:18
Re: zcmd - by Maniek - 15.09.2009, 19:25
Re: zcmd - by Mikep. - 15.09.2009, 19:28
Re: zcmd - by dugi - 15.09.2009, 19:30
Re: zcmd - by Sergei - 15.09.2009, 19:30
Re: zcmd - by Maniek - 16.09.2009, 12:09
Re: zcmd - by Maniek - 16.09.2009, 14:35
Re: zcmd - by Maniek - 17.09.2009, 21:02
Re: zcmd - by [LL]InstabiC - 17.09.2009, 21:07

Forum Jump:


Users browsing this thread: 1 Guest(s)