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.


Topics - masteraid

Pages: [1]
1
mIRC/pawn Scripting / someone got a pretty good rpg server?
« on: December 01, 2011, 11:52:51 pm »
a good one?  y remember there was one made by a vc mp admin ; or any one that has !robbank and !sus commands..thanks  ;D

2
mIRC/pawn Scripting / can someone link me to download a mirc server
« on: December 01, 2011, 08:28:59 pm »
can someone link me to download a mirc server please  :) :) i really need it  ;D

3
mIRC/pawn Scripting / Pawn Scripting help
« on: November 30, 2011, 08:16:34 am »
could anyone teach me pawn...or design a realy greaat script for me please help :(/ how to script?

4
mIRC/pawn Scripting / scripting tuts?
« on: July 11, 2011, 06:57:33 am »
well i wanna become scripter
i got some questions
how to script?
how do you run the scripts with pawno
got any tuts
how can i make a script that shows my forum

thxgot any tuts?[/glow]

5
mIRC/pawn Scripting / problem with mIRC
« on: June 11, 2011, 11:09:26 pm »
im having some probelms adding FBS v0.2 Release, the server doesnt load anything and does not proceed to the echo channel
i followed tuts and its not working
can someone help please
and same thing happens with gus

6
mIRC/pawn Scripting / help!!!
« on: June 10, 2011, 08:06:14 pm »
how can i add this to my server;
[pawn]   else if (strcmp(cmd, "getall", true) == 0) {
      tmp = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first");
      else if(!IsPlayerCommandLevel(playerid,"bring")) SendClientMessage(playerid, COLOR_RED, "You don't have acces to this command!");
      else { new Float:x, Float:y, Float:z, szMsg[256];
      for(new i = 0; i <= MAX_PLAYERS; i++) {
      if(IsPlayerConnected(i) == 1)
      GetPlayerPos(playerid,x,y,z);
      SetPlayerPos(i,x,y + 1.0,z,0,0);
      format(szMsg,sizeof(szMsg),"Admin:[ %s ] brought all people to him",gPlayers[playerid]);
             SendClientMessage(i,COLOR_GREEN, szMsg);
}
}
 return 1;
}[/pawn]how do i install it?
thx

Pages: [1]