Author Topic: !flip command help  (Read 3735 times)

0 Members and 1 Guest are viewing this topic.

Offline A7Xsniper

  • Street Thug
  • *
  • Posts: 20
    • View Profile
!flip command help
« on: April 14, 2011, 11:17:32 pm »
hola, necesito un comando para voltear los autos en mi servidor
me podran ayudar?  :P



Hi, I need a command to turn the car on my server
I can help you with? :P

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: !flip command help
« Reply #1 on: April 14, 2011, 11:43:10 pm »
hola, necesito un comando para voltear los autos en mi servidor
me podran ayudar?  :P



Hi, I need a command to turn the car on my server
I can help you with? :P
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 :P
Code: [Select]
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
« Last Edit: April 15, 2011, 10:33:43 am by StriKe »

Offline AcTiOnLiFe

  • Street Thug
  • *
  • Posts: 8
  • |-|ActionLife|-|
    • View Profile
Re: !flip command help
« Reply #2 on: April 21, 2011, 06:39:55 am »
very good tato
« Last Edit: April 26, 2011, 12:37:44 am by maxorator »

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: !flip command help
« Reply #3 on: April 21, 2011, 10:20:43 am »
« Last Edit: April 26, 2011, 12:37:57 am by maxorator »

yazeen

  • Guest
Re: !flip command help
« Reply #4 on: April 21, 2011, 01:24:11 pm »
very good tato

WoW AcTion Life Your a Good Player in VCMP!

@Tato: Nice But Better using sql is Good. it is simple than pawno
« Last Edit: April 26, 2011, 12:38:10 am by maxorator »

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: !flip command help
« Reply #5 on: April 21, 2011, 07:11:14 pm »
very good tato

WoW AcTion Life Your a Good Player in VCMP!

@Tato: Nice But Better using sql is Good. it is simple than pawno

Yes but i really need help in squirrel X_X    i don't know how to use squirrel
« Last Edit: April 26, 2011, 12:38:27 am by maxorator »

yazeen

  • Guest
Re: !flip command help
« Reply #6 on: April 22, 2011, 07:02:34 am »
very good tato

WoW AcTion Life Your a Good Player in VCMP!

@Tato: Nice But Better using sql is Good. it is simple than pawno

Yes but i really need help in squirrel X_X    i don't know how to use squirrel

Get Used to it the only proplem is it dont have compiler! you need to fail and fail then u will get used to it
« Last Edit: April 26, 2011, 12:38:43 am by maxorator »