03.02.2014, 12:20
Bem Istalei o Streamer no meu Game Mode e o Portгo
Nгo Abre Coloquei Todos
CreateObject
Substitui por
CreateDynamicObject
Alguem Ajuda?
Cordenada do Portгo
TODOS PORTOES DO SERVIDOR NГO ABRE alguem ajuda
Nгo Abre Coloquei Todos
CreateObject
Substitui por
CreateDynamicObject
Alguem Ajuda?
Cordenada do Portгo
TODOS PORTOES DO SERVIDOR NГO ABRE alguem ajuda
PHP код:
if(strcmp(cmd, "/pb", true) == 0)
{
if ((IsACop(playerid)) && PlayerToPoint(15.0, playerid, -2433.19995117,496.79998779,31.70000076))
{ //GateGaragem
MoveObject( portaoROTA, -2432.69995117,497.29998779,26.00000000,3);
GameTextForPlayer(playerid, "~w~Portao PF ~n~~b~Aberto", 5000, 3);
SetTimer("PortaoROTA", 5000, false);
}
/*else
{
SendClientMessage(playerid, COLOR_RED, "*** Vocк nao esta perto do portao ou nao e do ROTA ***");
}*/
return 1;
}