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

Pages: 1 ... 60 61 [62] 63
916
mIRC/pawn Scripting / Re: killtime command ayuda help
« on: April 22, 2011, 08:34:09 am »
Code: [Select]
new timer; // Timer variable.
timer = SetTimer("Function", 1000, 1); // Repeat Function() every second
Code: [Select]
KillTimer(timer); // Stop running the timer

Is this what you're looking for?

917
mIRC/pawn Scripting / Re: MY Scripts!!!!
« on: April 22, 2011, 08:33:09 am »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.

Didnt work! includes were perfect and gamemodes were placed!
Guess wat my scripts are Dead this is the 13th time im trieng to make a gamemode and all got errors now its 14th  :-\

It must be a problem with the server then. Try reinstalling the server.

918
Support / Re: How to made Scripts
« on: April 22, 2011, 12:33:46 am »
what is difference bween pawno and squirrel and aso tell me how to publish server that shows on internet

1. Pawn is made for Pawn servers. Squirrel is made for mIRC servers. If you downloaded a server from the home page, you have a Pawn server.
2. http://forum.vicecitymultiplayer.com/index.php?topic=2389.0
Are you insane?!

Pawn is indeed for the pawn server (obviously..) and Squirrel is for the squirrel server..
mIRC and Squirrel have nothing in common other then the squirrel server can also be connected with a mIRC DLL to mIRC.

My mistake, I don't use the Squirrel server. I'll fix the post.

919
Support / Re: Runs Singleplayer VC when I try to connect...
« on: April 21, 2011, 10:54:14 pm »
Did you install VC:MP in the right folder? It should be in the same folder as Vice City, and there should be a vc-mp.flt file in the mss folder.

920
Vice City / Re: How to SLide Glitch
« on: April 21, 2011, 10:27:43 pm »
hey i see many players thAT WHEN FALL  IN FIGHTING means that when bullets Hit them he fall then i see many people they slip and go another Place during fall

I'm pretty sure that's caused by desync.

921
mIRC/pawn Scripting / Re: MY Scripts!!!!
« on: April 21, 2011, 08:44:52 pm »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.

922
mIRC/pawn Scripting / Re: Drift Point = Money ?
« on: April 20, 2011, 11:24:07 pm »
Like an insane stunt bonus? I don't think that can be done with scripts.

923
mIRC/pawn Scripting / Re: I need help ... Please
« on: April 20, 2011, 10:23:52 pm »
Ok....I want..Let me...Thanks

???
So you're going to script it yourself?

924
Support / Re: How to made Scripts
« on: April 20, 2011, 10:22:18 pm »
what is difference bween pawno and squirrel and aso tell me how to publish server that shows on internet

1. Pawn is made for Pawn servers. Squirrel is made for Squirrel servers. If you downloaded a server from the home page, you have a Pawn server.
2. http://forum.vicecitymultiplayer.com/index.php?topic=2389.0

925
Support / Re: gangwar
« on: April 20, 2011, 07:11:21 am »
You might've been banned from the server if you're getting kicked automatically. Try contacting one of the admins from the server.

926
mIRC/pawn Scripting / Re: I need help ... Please
« on: April 20, 2011, 06: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?

927
Support / Re: VC-MP Wiki
« on: April 19, 2011, 11:33:54 pm »
And now to bump a four-month-old topic (which is already stickied), I'm starting an overhaul on the wiki. I'm hoping to document most of the undocumented functions on Boss's wiki, and making the articles a little more readable. If anyone wants to help out, make a wiki account and send me a PM. (Or do what you want :P)

EDIT: a_vcmp.inc > Util completely documented.
EDIT: time.inc completely documented.

928
mIRC/pawn Scripting / Re: In reply to the !top snippet creator
« on: April 19, 2011, 10:50:34 pm »
I see the first topic got locked. Anyways, rulk, I'm glad to see you appreciate the amount of work I put into the script and the comments. I like to comment my code so that if I ever release a snippet or gamemode, other people can use it as a reference to learn from. Like you said, it might not be the speediest, but I'll learn with time, so once again, thanks! :)

929
Support / Re: How to made Scripts
« on: April 19, 2011, 09:38:31 pm »
If you want to learn Squirrel or mIRC, VRocker's wiki is a great reference for learning both of them and is well documented.
http://liberty-unleashed.co.uk/VCWiki/Main_Page VRocker's Wiki

Or if you want to learn Pawn, you can use either the official VCMP wiki or the SAMP wiki (for learning about Pawn in general ONLY).
http://www.compuphase.com/pawn/pawn.htm#DOWNLOAD_DOCS Official Pawn Documentation
http://famp.ru/wiki/Main_Page VC:MP Wiki
http://wiki.sa-mp.com/wiki/Scripting_Basics SA:MP Wiki

930
mIRC/pawn Scripting / Re: Set World Bounds in Pawno?
« on: April 19, 2011, 12:48:57 am »
You can't exactly set a world boundary. However, you could restrict them to one area of the map. For example, if PlayerInfo[playerid][Restricted] is set to 1 and the user's area is outside of a set box, teleport them back into that box.

Pages: 1 ... 60 61 [62] 63