[Ajuda] Bloquear teleporte
#1

Ola galera , estou desenvolvendo meu gamemode e queria saber, como bloqueio teleportes em arenas ? tipo o player vai para o /minigun , e ai ele tenta fugir, queria que bloqueasse ele de usar comandos em quanto estivesse em /minigun , mais nao sei como, ja vi alguns codigos mais nao entendi muito bem. Obrigado!
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=292185
Reply
#3

Quote:
Originally Posted by iSmirnoff
Посмотреть сообщение
entao quer dizer que se eu colocar assim :

PHP код:
CMD:gato(playerid,params[])
{
       if(
SouGato[playerid] == true) return SendClientMessage(playerid,-1,"Voce й um Gato ^^");
       if(
Sougato[playerid] == false) return SendClientMessage(playerid,-1,"Voce nгo й um Gato!");
       return 
1;

Onde ta false significa que nao posso usar o teleporte e true significa que posso me teleportar?


E no caso de eu querer colocar essa mensagem em mais arenas, funfa normal ?



#333 POSTS #33 reputations
Reply
#4

Alguem ?



Desculpe double post
Reply
#5

no topo do gm

pawn Код:
new naminigun;
em ongamemodeinit tu coloca

pawn Код:
naminigun = 0;
no comano do tele tu coloca

pawn Код:
naminigun = 1
nos outros teles tu coloca

pawn Код:
if(naminigun[playerid] == true) return SendClientMessage(playerid,-1,"Voce esta na minigun");
em OnPlayerDeath tu coloca

pawn Код:
naminigun = 0;
Prontu gatu
Reply
#6

Quote:
Originally Posted by N3XTMapper
Посмотреть сообщение
entao quer dizer que se eu colocar assim :

PHP код:
CMD:gato(playerid,params[])
{
       if(
SouGato[playerid] == true) return SendClientMessage(playerid,-1,"Voce й um Gato ^^");
       if(
Sougato[playerid] == false) return SendClientMessage(playerid,-1,"Voce nгo й um Gato!");
       return 
1;

Onde ta false significa que nao posso usar o teleporte e true significa que posso me teleportar?


E no caso de eu querer colocar essa mensagem em mais arenas, funfa normal ?



#333 POSTS #33 reputations
Sim, й isto.
Reply
#7

Quote:
Originally Posted by bruxo00
Посмотреть сообщение
Sim, й isto.
Vlw bruxo
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)