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.


Messages - Castagna

Pages: 1 ... 6 7 [8]
106
i think you didn't understood i said how to put like more than 20 id's of pickups to the same function but well thanks  ;D

107
mIRC/pawn Scripting / Function Pickups help plz
« on: February 28, 2011, 03:41:56 am »
Ok here is my problem ... I wanna made somthing like the same function for like 20 pickups how can i do it...i alrady tried this
Quote
}
    if(pickupid == 81 || (pickupid == 82)) {
      SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
        SendClientMessage(playerid,COLOR_JOIN,"Your Car Has Been repaired");

it work but i need help how to do it.. for more like for 20 more  or as much i want help plz !!!!! help plz   ???

thanks that's all

108
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 22, 2011, 10:46:40 pm »
I put this on scriptfiles/pickups
Quote
public OnPickedUp(71, playerid)
{
   SendClientMessage(playerid,COLOR_YELLOW,"You drunk a beer!");
             SetPlayerDrunk(playerid,300,true);             

   return 1;

And in script i put
Quote
AddStaticPickup(71,413,-870.22479248,-297.36553955,11.15551948);
on public OnGameModeInit()

And them I go to the malibu club , witch is the location of the pickup , and when I eat the pickup , there's not player drunk, and appears the function of a properties

       
Quote
<<< >>>
<ID>[71] <owner> [none]

What  I'm doing wrong, I'll go crazy  ??? :-\

109
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 22, 2011, 08:09:15 pm »
But in witch part i have to put the code in script  ???

110
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 22, 2011, 03:17:23 am »
ahh , very helpful! ;D


                     thx for all guys !!!  ;)

111
mIRC/pawn Scripting / Function for pickups in PAWNO! HELP
« on: February 18, 2011, 03:35:31 am »
 Hi everyone , I was makking a race cmd , and y need  to put function for a pickup... I try to made something in OnplayerPickup but i couldn't get nothing . >:( I wan't to put something like a  SendClientMessage , and money reward , ... Pleasee i need some help  ;D

                                                                   thx for all  :)

112
mIRC/pawn Scripting / HELP : !LMS IN PAWNO !!!!!!!!!!!!!!
« on: February 05, 2011, 04:08:48 am »
         
        hi friends , i wanna know if exist the command !lms for pawno scripting for my gamemode ,  searched but i just find this command for mIRC :( .Please if u know somwthing about this , help me ...THANKS  ;D

113
mIRC/pawn Scripting / Re: PLEASE I NEED HELP :/
« on: February 03, 2011, 02:03:13 am »
 yea i know , but im in monkey script , and is not the same as gups .I tried to the /c regiser system of  gups to monkey and have error in copile .I don't know if i should move my gamemode to gups , cause i have commands that in monkey that don't work in gups ..  :-[

114
mIRC/pawn Scripting / Re: PLEASE I NEED HELP :/
« on: February 02, 2011, 08:30:40 pm »
yees in pawno scripting ;D

115
mIRC/pawn Scripting / Re: PLEASE I NEED HELP :/
« on: February 02, 2011, 07:59:22 pm »
eeh ok i will try to put my commands of my script in gups , thax ! but if someone have commnads for monkey please show me  :P

116
mIRC/pawn Scripting / PLEASE I NEED HELP :/
« on: February 02, 2011, 07:17:12 pm »
  Hi everyone , im new im this forum and Sorry for my bad inglish  ;D

    Well I was looking for some new commandos for monkey script ..., like naturalcmds or funcmds please ..

 I tried to make my own command but i just get error when copile  :(  .And my other problem is that i want to make a kill reward , cause in monkey u kill someone and still in 2000$ (original money) , and a /c register , if is possible ..
 
                          Thaks for all  :)

Pages: 1 ... 6 7 [8]