[Ajuda] como excluir um topico ? - 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] como excluir um topico ? (
/showthread.php?tid=560508)
como excluir um topico ? -
zGuigui2068 - 28.01.2015
Tava acontecendo um erro ja resolvi agora n sei excluir o topico :/
Como exclui ?
Re: como excluir um topico ? -
MultiKill - 28.01.2015
Coloque um ponto vнrgula:
Code:
SetPlayerAttachedObject(playerid,7,19036,2,0.103000,0.030000,-0.004999);
Re: como excluir um topico ? -
PlayNob - 28.01.2015
Code:
if(!strcmp(cmdtext,"/mascara",true))
{
if(PlayerInfo[playerid][pMembro] == 8 || PlayerInfo[playerid][pLider] == 8 || PlayerInfo[playerid][pMembro] == 24 || PlayerInfo[playerid][pLider] == 24)
{
SendClientMessage(playerid, COLOR_GREY, " Vocк nгo й um policial!");
return 1;
}
if(PlayerToPoint(2, playerid,1097.1110,-298.1786,73.9921))
{
SendClientMessage(playerid,COLOR_GREY," Vocк nгo esta no Local de disfarce dos Hitmans ou dos The killers!");
}
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
SetPlayerAttachedObject(playerid,7,19036,2,0.103000,0.030000,-0.004999);
return 1; // esssa aq
if(!strcmp(cmdtext,"/rmascara",true))
{
RemovePlayerAttachedObject(playerid,7);
return 1;
}
}
@Edit: Nгo vi que ja tinha resolvido
Re: como excluir um topico ? -
NexNix - 28.01.2015
Nгo tem como vocк mesmo excluir o tуpico.