[Ajuda] Ajuda Com Comando
#1

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;
}
Reply


Messages In This Thread
Ajuda Com Comando - by Lendario - 25.05.2013, 22:44
Re: Ajuda Com Comando - by Gii - 25.05.2013, 22:56
Re: Ajuda Com Comando - by Lendario - 25.05.2013, 23:18
Re: Ajuda Com Comando - by ChrisRock - 25.05.2013, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)