• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tato

#16
ShowRoom (pawn) / Re: SetVehiclePos?!?!
April 22, 2011, 04:48:08 AM
Quote from: sseebbyy on April 21, 2011, 09:41:40 AM
This is Solution  ;D

Credits: By Tato


SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
RemovePlayerFromVehicle(playerid);
SetVehiclePos(SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);

:O i made that XD?! :D
#17
ok i will made that command ok (just ask me from msn )

ok voi hacer ese comando (solo preguntame por msn)
#18
mIRC/pawn Scripting / Re: !flip command help
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
#20
Support / Re: Helppp
April 21, 2011, 03:49:20 AM
Type "T" While you're playing


Pressione a tecla "T" quando você está jogando
#21
mIRC/pawn Scripting / Re: I need help ... Please
April 21, 2011, 03:46:17 AM
Quote from: locday123 on April 20, 2011, 03:51:11 PM
Ok....I want..Let me...Thanks
But explain how you wan't the command
#22
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 21, 2011, 03:44:59 AM
Quote from: stormeus on April 20, 2011, 10:24:07 PM
Like an insane stunt bonus? I don't think that can be done with scripts.
I Know >_>
#23
mIRC/pawn Scripting / Re: I need help ... Please
April 20, 2011, 07:35:38 AM
Quote from: stormeus on April 20, 2011, 05:47:54 AM
Be more specific. Pawn or mIRC? Do you want the lottery system to be one where you buy a ticket and a ticket is randomly selected? How often do you want the lottery to run?
i know plz be spesific...i can help u in pwna iif u want
#24
great job !
#25
mIRC/pawn Scripting / Re: Set World Bounds in Pawno?
April 18, 2011, 11:39:34 PM
i am still thinking about this
#26
mIRC/pawn Scripting / Re: anti cheat help
April 18, 2011, 11:38:17 PM
Quote from: Castagna96 on April 18, 2011, 09:51:55 PM
Well maby when i will finish the new version of XA in squirrel (XA SQLCrew) , i will realise the old version in pawno (ARG Crew v10) ;D witch include anti_hack lms anti spam etc... but maby i will delete some thinks for public version.. but there's nothing planed  :P
:O!!!!!!!!!!!!!!!!!!!!!!1
#27
must fix all pawno bugs plz
and the rcon-console plz


Stop Double Posting and posting in spanish
#28
Support / Re: Hey I allways had this question
April 18, 2011, 07:18:18 AM
Quote from: SugarD on April 17, 2011, 05:56:59 AM
That's what we are trying to explain to him, but he doesn't understand.
:O! i understand :P
#29
ShowRoom (pawn) / Re: Flip Command PAWNO!!!
April 17, 2011, 07:06:01 PM
Quote from: sseebbyy on April 16, 2011, 01:04:51 PM
;D

was my pleasure because you have solved a bug  :D

SetVehiclePos  ;)


:D
#30
ShowRoom (pawn) / Re: Flip Command PAWNO!!!
April 16, 2011, 08:24:02 AM
Quote from: sseebbyy on April 15, 2011, 08:47:16 PM
oh, so good  :o

thanx man, I needed !

An idea came to me with your order .

I hope you do not mind, but I am allowed to add small changes that will make the command to be better.

else if (strcmp(cmd, "!flip", true) == 0) {
          if(IsPlayerInAnyVehicle(playerid)) {
new Float:X,Float:Y,Float:Z,Float:Angle,veh;
                        veh = GetPlayerVehicleID(playerid);
SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
GetPlayerPos(playerid,X,Y,Z); GetPlayerFacingAngle(playerid,Angle);
SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);
                       SendClientMessage(playerid, COLOR_YELLOW, "Flipping Your Car!");
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
   RemovePlayerFromVehicle(playerid);
   SetVehiclePos(veh,X,Y,Z,Angle);
                   PutPlayerInVehicle(playerid,veh);
                 }
               else {
                   SendClientMessage(playerid,COLOR_RED,"***You are not in vehicle !");
                  }
return 1;
}

i was thinking about that but i was lazy to do it xD..but thanks you saved me some work ...no i donĀ“t get mad :D