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 - javipg94

Pages: [1]
1
mIRC/pawn Scripting / Re: How to add a function to a pickup?
« on: February 10, 2008, 11:25:16 pm »
Hai :)
-  Last question
I want to create 2 pickups with the ID = 107.
1pickupId 107 = DOCKS and when you pickup it ups you to the roof
2pickupId 107 = Downtown if you pickup you get armour..

Code: [Select]
if ($3 == 107) {
    set %a $rand(100,200)
    vcmp.cash+ %id %a
    vcmp.msg %id ;example CASH PICKUP: Picked Up Cash - Amount: $ $+ %a $+ , Location: $vcmp.area(%id)
  }

  if ($3 == 107) {
    set %a $rand(100,200)
    vcmp.cash+ %id %a
    vcmp.msg %id ;example CASH PICKUP: Picked Up Cash - Amount: $ $+ %a $+ , Location: $vcmp.area(%id)
  }

Where to add there 1 function to the docks pickup and another function to downtown pickup?


Thanks Regards. :D

2
mIRC/pawn Scripting / How to add a function to a pickup?
« on: February 10, 2008, 06:59:57 pm »
Hai, :)

I know how to add the pickup but not how to add a function on it.
Like.. if you get the flower , it will teletransport you.. Need help :x


Thanks :D

3
mIRC/pawn Scripting / Re: Need help with add BOT to script
« on: January 31, 2008, 04:10:32 pm »
Hai, :D
Quote
and JaViEr who make server with me has a BOT, but it's not possbile to has running script and bot in same moment :P


Well , i am running RCON.MRC i did and its loading in vcmp-svr.exe , so when ima connecting the other script it cannot connect to the RCON.. Cause : I think never a server couldn't load 2 RCON.
Basicly my script is based in GUS , then it's trying to load the mIRC of GUS and the BOT (RCON.MRC)..

I dont know if someone can help us. :o
Thanks, 8)

4
mIRC/pawn Scripting / Re: Only 1 little question! :D
« on: January 27, 2008, 06:51:25 pm »
Hi,
In fact , i didnt understand what are you meaning..

Tell me what do you mean with an example..

See you.

5
mIRC/pawn Scripting / Re: Only 1 little question! :D
« on: January 27, 2008, 04:22:40 pm »
Hi agen  :P
Well , you are trying to set a car with !car cmd.. and its not correct.. !car cmd is to show the car's ID you are driving.
- Download the next pdf and see what car you want.. , In this case 187 an example.
  http://adtec.gtagaming.com/uploads/vcmp-vehicle-id-listing.pdf

- Open config.ini and look for <<STARTS OF VEHICLES>> , We will set in the next code the car 187 with 1 colour --> 22 .

Code: [Select]
Vehicle = 187 -1285.2345 104.9041 10.9782 282.0292 22 22

Here's the syntax. --> Vehicle = ; #model_id #spawn_x #spawn_y #spawn_z #z_angle #color1 #color2  USE -1 to take colours from carcols.dat


I think its what you wanted , enjoy. ;D

6
mIRC/pawn Scripting / Re: mIRC Bot
« on: January 27, 2008, 04:13:35 pm »
Hi,
Well you can make a bot with these steps.
- Doing other mIRC folder , opening mIRC and changing nick you are connecting to the bot's name.
-Connecting to your channel and loading the echo from mIRC that you've loaded the bot.
At least its what ima doing and its running

Its all , Regards.

7
mIRC/pawn Scripting / Dude with players position.
« on: November 21, 2007, 10:49:47 pm »
Hello,
I have one dude about the player possition. It is ahead.
I edit the script according to the !loc and while starting the server crashes. I check with the wrote post "how to save coordenates" and it dont running.
Some person can say to me how can i look for the coordenates of exactly places?


Thanks, Best Regards :P

8
mIRC/pawn Scripting / Re: STFU list.
« on: November 21, 2007, 10:47:17 pm »
Oke, ;D
Sorry :P

9
mIRC/pawn Scripting / Re: STFU list.
« on: November 18, 2007, 08:47:55 pm »
Hi , ;D
I am not posting stupid things , i think the forums are for that for request help..
I am requesting help now.. any problem?
Bye

10
mIRC/pawn Scripting / STFU list.
« on: November 18, 2007, 07:27:33 pm »
Hai all,, :D!!
One stupid question ,
- I wanna have on my server the STFU list , with command !stfu player or ID the system sends a message to the player : If you talk you will be kicked and if he talks , he kicked..
Someone has the script?

Thanks, :P

11
mIRC/pawn Scripting / How can i edit commands?
« on: November 17, 2007, 03:02:18 pm »
Hello all, ;)
Im testing the commands and i did not find the right txt.. , I have many problems..
- Supposing i wanna change the commands , an example instead of !bank+ i wanna correct it and be !deposit.. How can i do?
- I wanna change the skins , Is there any page where i can look it?
- I wanna add the !getcar , !sellcar , !buycar , !cardive , How can i do?
- I wanna add cars , is there any page where i can look it?

Many thanks all, Bye ;)

12
mIRC/pawn Scripting / Re: NEEDED SCRIPT
« on: November 17, 2007, 01:53:01 pm »
Hi again ,
Someone knows now some script for !getcar etc..?

Thanks ;)

13
mIRC/pawn Scripting / NEEDED SCRIPT
« on: November 04, 2007, 10:23:56 pm »
Hello all, :) :) :)
I need to make the script !getcar , !divecar , !buycar + ID , !sellcar to my server , how can ido?
some person have this script? can send it to me?


Thanks , Best Regards

Pages: [1]