Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: yazeen on June 10, 2011, 01:18:02 pm

Title: Dini Funtions Help
Post by: yazeen on June 10, 2011, 01:18:02 pm
can anyone give me the function name for Searching all dini in a specified directery for something  inside a INI file 
example: /c whohavekey and it searches the whole dinis in a specified place for the key that can only be found at only one player's Dini

This is just an example
Title: Re: Dini Funtions Help
Post by: stormeus on June 10, 2011, 10:29:49 pm
Not possible. Also cannot see why ANYONE would want to do it that way -- it would lag the scripts big-time and do a crapload of I/O requests.
Title: Re: Dini Funtions Help
Post by: yazeen on June 11, 2011, 06:19:30 am
Not possible. Also cannot see why ANYONE would want to do it that way -- it would lag the scripts big-time and do a crapload of I/O requests.

wtf /c alias is not made from this??? it searches the whole dinis to find the ip
can u tell me any other function name like this if possible
Title: Re: Dini Funtions Help
Post by: stormeus on June 11, 2011, 06:59:10 am
That's not how an alias command works at all. If you want an alias, make a folder called "Alias" in scriptfiles, make a file for an IP address, and store all aliases on that IP in that file. For subalias, make a Subalias folder and do the same thing, but with a subnet.
Title: Re: Dini Funtions Help
Post by: Fuzzy168 on July 19, 2011, 05:22:22 am
When I add this function:

[pawn]#include <dini>[/pawn]

It give me an error.?