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

Pages: 1 ... 7 8 [9]
121
mIRC/pawn Scripting / Re: Gametext Script?
« on: July 23, 2008, 07:39:46 pm »
Thx its work. I rewrited a bit now its look like this:

elseif ($2 == !announce) {
if ($hget(vcmp,loggedin. $+ %id) < 10) { vcmp.adminmsg %id You must be     Admin Level 10 or higher to attempt this command. }
else {
vcmp.gametext.all Ad $3
}
}

And how can i send message from IRC to ingame?
I tryed this but thats didnt work:

elseif (($1 == !announce) || ($1 == !ann)) vcmp.gametext.all < $+ $nick $+ > $2-

122
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 23, 2008, 04:23:42 pm »
Please Tanax can you give out the alias codes too? :D

123
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 23, 2008, 03:24:38 pm »
So what i did wrong? :(

124
mIRC/pawn Scripting / Re: Buycar Scriptin Sasan
« on: July 23, 2008, 03:31:44 am »
I puted 3 files into my mirc folder:
vcmp.cars.ini , vcmp.myCars.ini , vcmp.owners.ini

vcmp.owners.ini:
[OWNERS]
108=Sunshine Autos

vcmp.cars.ini
[PRICES]
108=850000
[OWNERS] ( owner id 1= etc is empy no modific )
1=
[NAMES] ( and all name car's )
108=Police

I did something wrong? Because if i enter to the police vehicle ID: 108, it says that owner: Price:  and not show the price and owner...
The elseif commands are work i puted tham all to the script. How can i fix it?
And i need to change something more in the script file? I also putted there the elseif commands.

I would be grateful for a example file :)

125
mIRC/pawn Scripting / Re: Gametext Script?
« on: July 23, 2008, 02:32:00 am »
I want to say to all and pm for someone too.
So if its already containes it how can i do it?

Example if i want to send to all "Hello"

126
mIRC/pawn Scripting / Re: Gametext Script?
« on: July 23, 2008, 12:19:35 am »
Iam using Sasan V3 thats why i asked because this script is not containes the "pink message saying" section.

127
mIRC/pawn Scripting / Gametext Script?
« on: July 23, 2008, 12:03:35 am »
Hello

Does anyone know the gametext script, i mean that script when i type "Hello" than all players will be see this message in the center of the screen with example pink color, like the killingspree" message.

Pages: 1 ... 7 8 [9]