[Ajuda] Por Favor Min Ajuda
#1

Eae Pessoal Belesa ?

Meu Portгo da concessionaria esta abrindo de lado e fechando de lado tambйm , mais quando todos saem de perto do portгo ele fica certo , alguem min ajuda por favor ?
Reply
#2

sim, ajudamos.
Reply
#3

Obrigado , mais vai presisar do comando ?
Reply
#4

Sim.
Reply
#5

Ta Aeee

#include <a_samp>
#include <streamer>

new conce;

#if defined FILTERSCRIPT
#else
#endif

public OnGameModeInit()
{
conce = CreateObject(975, 1286.3000488281, -1651, 14.199999809265, 0.0000, 0.0000, 270.0000);
return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/abrir55", true) == 0)
{
MoveObject(conce,1286.3000488281, -1661, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Abrindo PORTAO da Conce...");
return 1;
}
if(strcmp(cmdtext, "/fechar55", true) == 0)
{
MoveObject(conce,1286.3000488281, -1651, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Fechando PORTAO de Conce...");
return 1;
}

return 0;
}
Reply
#6

Quote:
Originally Posted by Tenhos
Посмотреть сообщение
Obrigado , mais vai presisar do comando ?
Reply
#7

Tenta:

pawn Код:
#include <a_samp>

new conce;

#if defined FILTERSCRIPT
#else
#endif

public OnGameModeInit()
{
conce = CreateObject(975, 1286.3000488281, -1651, 14.199999809265, 0.0000, 0.0000, 270.0000);
return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/abrir55", true) == 0)
{
MoveObject(conce,1286.3000488281, -1661, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Abrindo PORTAO da Conce...");
return 1;
}
if(strcmp(cmdtext, "/fechar55", true) == 0)
{
MoveObject(conce,1286.3000488281, -1651, 14.199999809265, 3.0);
SendClientMessage(playerid, 0x9E3EFFAA, "[INFO] Fechando PORTAO de Conce...");
return 1;
}

return 0;
}
Reply
#8

Ok , Vou Tentar !
Reply
#9

Mano , se o cara mais inteligente do mundo , obrigado , funcionou certinhoo *----* te amo , kkkkkkkk .
Reply
#10

No topo do GM tinha <streamer> sendo que vocк nгo estava usando o mesmo no sistema, sу apaguei a linha.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)