Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: A7Xsniper on April 14, 2011, 10:17:32 PM

Title: !flip command help
Post by: A7Xsniper on April 14, 2011, 10: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
Title: Re: !flip command help
Post by: tato on April 14, 2011, 10:43:10 PM
Quote from: A7Xsniper on April 14, 2011, 10: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
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
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
Title: Re: !flip command help
Post by: AcTiOnLiFe on April 21, 2011, 05:39:55 AM
very good tato
Title: Re: !flip command help
Post by: tato on April 21, 2011, 09:20:43 AM
Quote from: AcTiOnLiFe on April 21, 2011, 05:39:55 AM
very good tato
thanks
Title: Re: !flip command help
Post by: yazeen on April 21, 2011, 12:24:11 PM
Quote from: AcTiOnLiFe on April 21, 2011, 05:39:55 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
Title: Re: !flip command help
Post by: tato on April 21, 2011, 06:11:14 PM
Quote from: yazeen on April 21, 2011, 12:24:11 PM
Quote from: AcTiOnLiFe on April 21, 2011, 05:39:55 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
Title: Re: !flip command help
Post by: yazeen on April 22, 2011, 06:02:34 AM
Quote from: tato on April 21, 2011, 06:11:14 PM
Quote from: yazeen on April 21, 2011, 12:24:11 PM
Quote from: AcTiOnLiFe on April 21, 2011, 05:39:55 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