06.05.2011, 12:40
pawn Код:
if(strcmp(cmdtext, "/adp", true) == 0)
{
if(gTeam[playerid] == POLICIAL)
{
MoveDynamicObject( portaodp_1 ,-1701.74951172,692.79522705,25.56531525, 2.00);
RotateObject(portaodp,0.00000000,90.00000000,90.00000000,1,2.00);//
MoveDynamicObject( portaodp ,-1572.21911621,658.91766357,7.07812500,2.00);
GameTextForPlayer(playerid, "~w~~n~~n~~n~~n~~n~~n~~n~ Portao principal aberto", 2500, 5);
}
else SendClientMessage(playerid, BRANCO, "COMANDO NГO AUTORIZADO.");
return 1;
}
Код:
C:\Users\GABRIEL\Desktop\samp03csvr_R2-2_win32\pawno\include\G_ObjectsRot.inc(91) : error 004: function "OnObjectRotated" is not implemented