hola, necesito un comando para voltear los autos en mi servidor
me podran ayudar?
Hi, I need a command to turn the car on my server
I can help you with?
hmmm losiento informar k para pawno no se puede almenos k intente pero iwal tratare
I'am sorry but is kind of imposible on pawno but i will try
hehe i found the solution try this
else if (strcmp(cmd, "!flip", true) == 0) {
new Float:X,Float:Y,Float:Z,Float:Angle;
SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
GetPlayerPos(playerid,X,Y,Z); GetPlayerFacingAngle(playerid,Angle);
SetVehiclePos(GetPlayerVehicleID(playerid),X+3,Y+3,Z,Angle);
SendClientMessage(playerid, COLOR_YELLOW, "Flipping Your Car!");
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
RemovePlayerFromVehicle(playerid);
SetVehiclePos(GetPlayerVehicleID(playerid),X+3,Y+3,Z,Angle);
return 1;
}
works i alredy tryied