[AJUDA]Portгo
#1

Tava fazendo um mapa com portгo dai tudo certo so que criei um portгo com comando abrir/fechar quando eu coloco parar abrir ele se rotaciona alguem pode me ajuda

if (strcmp("/ap", cmdtext, true, 10) == 0)
{
if(!IsPlayerAdmin(playerid))
{
MoveObject(Portao, 3467.3000488281, -686, 12.60000038147, 5.0);
SendClientMessage(playerid, Vermelho, "Portгo Aberto Manolo ");
return 1;
}
}
ai o comando abrir
ai o public
public OnFilterScriptInit()
{
Portao = CreateObject(980, 3467.3000488281, -686, 7.0999999046326, 0, 0, 88, 342.8113);
return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
Pesso a ajuda de vcs veteranos em pawno para me ajudar !!!
Reply
#2

pawn Код:
if(IsPlayerAdmin(playerid))
To
pawn Код:
if(!IsPlayerAdmin(playerid))
Reply
#3

Quote:
Originally Posted by General Forum Rules
English only (except language specific sections).
hmm...
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)