• 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

Topics - szostol

#1
Guys, I have some problem. I hadn't got !mycars command and yesterday I tried to make it. I thought it's working per 100% but there's some problem...

It shows only car wich was bought last time... I need to know how can I make that script writes texts in one line. If you don't understand:

!buycar

(file)

szostol=141 Infernus

!mycars

Your vehicles: 141 Infernus

!buycar

(file)

szostol=141 Infernus
szostol=129 Marquis


!mycars

Your vehicles 129 Marquis

When I added myself in ini file

szostol=141 Infernus 129 Marquis


!mycars

Your vehicles: 141 Infernus 129 Marquis


PS:

I'm basing on gus.
#2
mIRC/pawn Scripting / Auto-kick Failed to login
July 30, 2008, 10:50:55 PM
Hi guys. I've started to adding new stuffs to my script. I noticed that it should have auto-kick if some is registered spawned but not logged in.

Quoteon *:SIGNAL:vcmp.spawn:{
  var %name = $1
  var %id = $vcmp.getid($1)

if (($vcmp.setting.spawn == On) && if ($vcmp.pass(%id) != $null) && if ($vcmp.lin(%id) != 1)) vcmp.kick %id Auto-kick Filed to login   

But it isn't working... what's wrong?
#3
mIRC/pawn Scripting / Disappear Textures
July 04, 2008, 09:06:11 PM
Hi guys. My script is finished in 99% not 100% as I had thought before I have seen that after teleport to pickup textures like buildings, streets etc. disappear. What is the reson of it and how can I fix it.
#4
mIRC/pawn Scripting / Clan statistics
February 04, 2008, 06:19:18 PM
I need clan statistics code, it's very important so some project. Can anyone help?
#5
My friend is trying to do server as counter strike 2 teams etc. and he need command which can call !masskill and kill all players. Can you help?
#6
mIRC/pawn Scripting / Need help with add BOT to script
January 31, 2008, 09:15:35 AM
SO I have one problem. My scripts is almost done (I wanna only write/add !buycar cmds) and JaViEr who make server with me has a BOT, but it's not possbile to has running script and bot in same moment so we wanna add BOT code to my script code, but dunno how to do it. Can anyone help? Maybe you have other ideas how to do it?
#7
mIRC/pawn Scripting / Four NEW questions
January 16, 2008, 12:57:41 PM
       Hello, i'm new user but i had been looking here some times. My nicknames in game are Szostol and [KFJ]Skyman.
       I'm making own server European Best Server. I did map, settings and i modified GUS 10.0 in about 90% . I have some questions:

1. I wanna TDM and i did commands by wich you can heal your self in some places...
-Malibu - !buydrink
-Escobar - !buycake
-Downtown hospital - !buymedicine
- North Point Mall - !buycoffee

...and i don't know isn't it RPG so much? Delete this commands or not, what do you advise?

2. I don't know how to write auto-kick command after 3 drive-by?

3. How to write auto-ban command when use some not allowed weapons?

4. Is it possible to connect Rcon and my scripts in same moment? - Done
-----------------------------------------------------------------------------

                                         NEW QUESTIONS

1. How to make one command can work in maybe 4 definite places? As !buymedicine can work in 2 hospitals, chemistry etc.? I did 4 commands !buy(coffee/cake...) because i don't know how to do buymedicine cna work in 4 places.

2. How to do player lost money when die?

if ((%killer != Unknown) && (%victim != Unknown)) {
    vcmp.add.deaths %victim 1
    vcmp.cash- %victim $vcmp.cost(%victim)


Don't work maybe...  :P (i will try 2 time because i changed something

3. How can i send massege to player wich look like vcmp.announce?

4. I did command !lendcar it's same as !spawncar but !spawncar i did for free and for admins only and !lendcar cost 4000$ and is for normal players. My question is how to make only admins can spawn some special cars and if it's possible only admins can use it.