• 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 - ramandu

#1
mIRC/pawn Scripting / mirc server not on main site
March 23, 2010, 06:30:29 PM
hi i cant find where to download the mirc server.

is is pointless to use it now?
#2
mIRC/pawn Scripting / pawno compiler question
March 03, 2010, 05:42:04 PM
is there anyway to suppress the warnings for unused variables in the compiler ?

warning 203: symbol is never used: "Player"

i would also like to keep the variable there for potential future use.

thankyou
#3
mIRC/pawn Scripting / switch case help
March 03, 2010, 01:43:28 PM
i'm trying to make a command group hierarchy.

if the players primary group is any of the four in the "case" statement, he has access to all of that groups commands.

but as soon as i increase any of the "case" values above two characters, it throws many compile errors.



stock
IsPlayerGroup_Mod(Player[], Primary_Group[])
{

switch (Primary_Group[0])
{


// case 'a', 'b', 'c', 'd' : // ->  works
// case '1', '2', '3', '4': // -> This works too

case 'USER', 'ADMIN', 'HALF-ADMIN', 'MODERATOR': // -> but this dosnt work, why ?
{
return 1;

}
}
return 0;
}


calling syntax: IsPlayerGroup_Mod("Ramandu", "ADMIN");

how do i solve it ?

thankyou very much
#4
mIRC/pawn Scripting / joining strings
March 01, 2010, 06:26:23 PM
how do we join strings with other strings, and strings with integers in pawn?

something like sprintf();

MyString[256] = "this is a test string";
MyInt = 1;

sprintf("%s %s %s %d \n", "this joins", MyString, "with", MyInt);

thankyou very much.
#5
General Discussion / server hosts
February 28, 2010, 10:09:25 PM
i used to use xserverz but its no longer there, please would someone let me know of a server host with as good reputation as xserverz.

thankyou very much
#6
mIRC/pawn Scripting / compile error help
February 28, 2010, 09:36:24 PM
i have started pawn and i am praticing string manipulation

only problem is, i get this compile error.

error 017: undefined symbol "strtok"

what do i need to do to fix it ?
#7
mIRC/pawn Scripting / pawn commands
February 28, 2010, 02:03:16 PM
would someone exaplin which is best way of processing commands in pawn?

strtok
strcmp
dcmd
zcmd

thankyou very much.
#8
mIRC/pawn Scripting / probblemn
February 26, 2010, 11:48:24 AM
how to make me admin in psysqlite 1.0 and howto add other PsyLMS zones??