[Ajuda] Bloquear Entrada - 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] Bloquear Entrada (
/showthread.php?tid=411171)
Bloquear Entrada -
Humildade - 27.01.2013
alguem me ajuda
queria que quando o player apertasse enter pra entrar no carro,
se fosse de uma org, ai jб bloquiava
ele nem precisasse entrar no carro
pq
tem cara que ele fica bugando as motos de org,
Tipo assim:
O cara ta lб do lado do carro da groove,
ai ele aperta enter,
se ele nгo for da groove ele nem entra.
Re: Bloquear Entrada -
BreakDriFT - 27.01.2013
Tem varios post's com este mesmo assunto. Search
Re: Bloquear Entrada -
arakuta - 27.01.2013
Em OnPlayerEnterVehicle chega se ele pode pegar o veнculo...
se nгo tranca o veнculo... se sim destranca XD
https://sampwiki.blast.hk/wiki/GetVehicleParamsEx +
https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
Re: Bloquear Entrada -
Maklister - 28.01.2013
Na verdade vocк quer isso neh ?
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys == KEY_SECONDARY_ATTACK)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(SouDaOrgTal == true)
{
// Se ele for da ORG
}
else
{
// Se ele nгo for da ORG
SetPlayerPos(playerid, x, y, z);
}
}
return 1;
}
Re: Bloquear Entrada -
Humildade - 28.01.2013
Quote:
Originally Posted by Murilo_sousa
Na verdade vocк quer isso neh ?
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys == KEY_SECONDARY_ATTACK) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); if(SouDaOrgTal == true) { // Se ele for da ORG } else { // Se ele nгo for da ORG SetPlayerPos(playerid, x, y, z); } } return 1; }
|
Deu este erro
PHP код:
error 017: undefined symbol "SouDaOrgTal"
Re: Bloquear Entrada -
Humildade - 28.01.2013
Ajuda.
Re: Bloquear Entrada -
Don_Speed - 28.01.2013
Ali onde deu o erro vocк coloca a definiзгo da org.
EX:
pawn Код:
PlayerInfo[playerid][pMember] == 1
Re: Bloquear Entrada -
Maklister - 28.01.2013
Quote:
Originally Posted by Humildade
Deu este erro
PHP код:
error 017: undefined symbol "SouDaOrgTal"
|
Meu Deus vocк apenas copio e colo o cуdigo sem ao menos presta atenзгo ?
Re: Bloquear Entrada -
sofina - 28.01.2013
Essa й a vida dos novos CODERS do Brasil.
Re: Bloquear Entrada -
Maklister - 28.01.2013
Quote:
Originally Posted by sofina
Essa й a vida dos novos CODERS do Brasil.
|
Na boa que filho da .... eowieowieowi'
SouDaTalOrg e simples o.o'