[AJUDA] 24/7 - 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] 24/7 (
/showthread.php?tid=233353)
[AJUDA] 24/7 -
Montillo - 01.03.2011
BOM,CRIE UM MERCADINHO NO PIER,BOTEI INTERIOR E TUDO MAIS,AGORA COMO FAЗO PRA TRASNFORMAR EM 24/7 ?
obrigado
Re: [AJUDA] 24/7 -
hitachi_uchila - 01.03.2011
procura por
pawn Код:
if(strcmp(cmd, "/comprar", true) == 0)
logo abaixo tera
pawn Код:
if (!PlayerToPoint(100, playerid,-30.875, -88.9609, 1004.53))//centerpoint 24-7
{
SendClientMessage(playerid, COLOR_GRAD2, " Voce nao esta em uma 24/7!");
return 1;
}
Substitua pela suas coodenadas Caso nao queira substituir adicione ele ficara assim
pawn Код:
if (!PlayerToPoint(100, playerid,-30.875, -88.9609, 1004.53)||PlayerToPoint(100, playerid,IDX,IDY,IDZ))//centerpoint 24-7
{
SendClientMessage(playerid, COLOR_GRAD2, " Voce nao esta em uma 24/7!");
return 1;
}
Espero ter lhe ajudado
Re: [AJUDA] 24/7 -
Montillo - 01.03.2011
mt obrigado,ajudou sim !
mais ainda nao testei,por estar em outro local,qnd chegar em casa testarei@!