[Ajuda] Ajuda Com Comando - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda Com Comando (
/showthread.php?tid=439543)
Ajuda Com Comando -
Lendario - 25.05.2013
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;
}
Re: Ajuda Com Comando -
Gii - 25.05.2013
https://sampwiki.blast.hk/wiki/Delete3DTextLabel
Re: Ajuda Com Comando -
Lendario - 25.05.2013
ou cara faz ai pra mim com esse comando e manda denovo ja feito
Re: Ajuda Com Comando -
ChrisRock - 25.05.2013
entгo vc n quer aprender ?'