25.05.2013, 22:44
olha esse comando quando eu digito criartxt [Texto Aqui] ele cria um txt 3D
mais agora quero aprender a deletar o texto
me ajuda ai
CMD:criartxt(playerid,params[])
{
new Float,Float:y,Float:z,str[128],strf[128];
if(sscanf(params,"s[128]",str)) return SendClientMessage(playerid,WHITE,"USAGE: /whitelable <Lable Text>");
GetPlayerPos(playerid,x,y,z);
Create3DTextLabel(str,WHITE,x,y,z,40,0,0);
format(strf,sizeof(strf),"Create3DTextLabel(%s,WHI TE,%f,%f,%f,40,0,0)",str,Float,Float:y,Float:z);
printf(strf);
return 1;
}
mais agora quero aprender a deletar o texto
me ajuda ai
CMD:criartxt(playerid,params[])
{
new Float,Float:y,Float:z,str[128],strf[128];
if(sscanf(params,"s[128]",str)) return SendClientMessage(playerid,WHITE,"USAGE: /whitelable <Lable Text>");
GetPlayerPos(playerid,x,y,z);
Create3DTextLabel(str,WHITE,x,y,z,40,0,0);
format(strf,sizeof(strf),"Create3DTextLabel(%s,WHI TE,%f,%f,%f,40,0,0)",str,Float,Float:y,Float:z);
printf(strf);
return 1;
}