Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started 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
-
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.
-
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
-
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.
-
When I add this function:
[pawn]#include <dini>[/pawn]
It give me an error.?