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 - NE.Restricted

Pages: 1 ... 3 4 [5] 6 7
61
mIRC/pawn Scripting / Re: [HELP] Execute error
« on: August 07, 2014, 02:10:46 pm »
Try re-writing the script and checking vcmp-srv.exe after each 20-50 lines. It's not that hard, 400 lines only
Thanks will try. Btw your lambo is under danger.

62
Support / Re: Pawno Compiler Error!
« on: August 06, 2014, 05:59:38 pm »
Thank you!
it worked but with 422 warning.
Warnings doesn't matter!
Tell me the warning name I might able to fix it.

63
mIRC/pawn Scripting / Re: [HELP] Execute error
« on: August 06, 2014, 04:08:09 pm »
:( noone help.

64
Tutorials / Re: Port Forwarding Help!
« on: August 05, 2014, 01:20:58 pm »
virtual server
Application: Custom/None
IP address: Get ip using cmd > ipconfig
External port start: 5192
External port end: 5192
Internal port: 5192
Protocol: UDP

Hope this helps!

65
Servers / NE RLRP Server
« on: July 31, 2014, 01:36:06 pm »
Name: NE RLRP Server
Gamemode: NL RLRP
IPv4/port: 176.202.104.226:7132
Forum: http://neclanserver.userboard.net
Best command: /c mode rp
Hope you enjoy this server!

66
Servers / Re: Vice City Zombies + Free Lvl 3 admin
« on: July 31, 2014, 01:33:33 pm »

67
mIRC/pawn Scripting / Re: [HELP] Execute error
« on: July 29, 2014, 07:06:22 pm »
Quote
http://www.solidfiles.com/d/e639f2ab7c/SFB_V1.zip
Link is not Worked  8)
Press Direct Download link.
It working for me.

68
mIRC/pawn Scripting / [HELP] Execute error
« on: July 29, 2014, 12:04:23 am »
Hi guys!
I was creating a beginner script to post here, but unfortunately, it compiles without error but when launched vcmp-svr.exe it shows error:
Code: [Select]
Script[gamemodes/SFB.amx]: Run time error 20: "Invalid index parameter (bad entry point)"Here is the code (to download):
http://www.solidfiles.com/d/e639f2ab7c/SFB_V1.zip

69
VC:MP Clans / NMK/NK/NE Clan
« on: June 04, 2014, 07:18:12 pm »
NE Clan
The NE clan is the official clan for NE RLRP clan server, which both were started by NE.Restricted.

History
Unfortunately, the clan does not have any history.

Forum
The NE clan has a sub forum on its main forum, the NE RLRP Server forum.
The forum for the clan is http://neclanserver.userboard.net/c2-ne-clan

Members
A full list can be found in http://neclanserver.userboard.net/t5-clan-members

70
mIRC/pawn Scripting / Re: Yo FellA's.
« on: May 05, 2014, 03:33:33 pm »
NeskWriter

I don't know a single word of scripting in pawn or sql for vcmp servers. :'(

I might help you one day, but now im stuck with a computer with no good internet.

71
mIRC/pawn Scripting / Re: i need commands pawno...
« on: May 05, 2014, 03:30:56 pm »
OnPlayerCommandText

Code: [Select]
else if(strcmp(cmd,"mute",true) == 0)
{
 
new plr;
tmp = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp);
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "-> Please login!." );
      {
        if (!strlen(tmp)) SendClientMessage(playerid,COLOR_RED,"");
  else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
        else if ( !IsAuthorized( playerid, "mute" ) ) SendClientMessage( playerid, COLOR_RED, "-> Not have access to the command! :P!" );
        else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: /c mute [Nick/ID]" );
else {
if(PlayerInfo[plr][Muted] == 0)
{
PlayerInfo[plr][Muted] = 1;
format(str,sizeof(str),"ADMIN %s Muted %s for a long time...",gPlayers[playerid],gPlayers[plr]);
SendClientMessageToAll(COLOR_WHITE,str);
SendClientMessage(plr,COLOR_RED,"Stop talking or you will be kicked...");
}
else
{
SendClientMessage(playerid,COLOR_RED,"You cannot mute him 2 times..");
}
}
}
return 1;
}


OnPlayerText

   
Code: [Select]
if(PlayerInfo[playerid][Muted] == 1)
{
    new str[256];
format(str,sizeof(str),"Auto-Kick Player:[ %s ] Reason:[ Mute Evader ]",gPlayers[playerid]);
SendClientMessageToAll(COLOR_Yellow,str);
Kick(playerid);
  return 0;
}

On TOP!

Code: [Select]
enum pInfo
{
Password[ MAX_PASS_SIZE +1 ],
Logged,
Level,
Skinid,
Stats,
Muted
LOL!

72
mIRC/pawn Scripting / Re: need fix system for vehicles
« on: March 29, 2014, 11:21:04 am »
Learn...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-Pawn...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-Please...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-Really...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-Finally...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-...-

73
Snippet Showroom / Re: [FUNCTION] ProxDetectorS
« on: March 21, 2014, 05:07:57 pm »
I still dont get it

Go Buy A New Brain First!

GTFO you 10 years old angry piece of crap. God damnit I have no words to express how fucking much stupid you are
Ill make some words for you:
Gothafagokin: Stupidity of the world
Garmingofgathagin: Stupidity of the universe

74
VC:MP Clans / Re: Neutral Mega Killers clan
« on: March 19, 2014, 03:50:15 pm »
Think I've seen the [NK] tag

Other than that, good luck
It probably was MK. I don't have any NK members and I don't know about any other NK clan.

75
VC:MP Clans / Neutral Mega Killers clan
« on: March 18, 2014, 04:38:51 pm »

Neutral Mega Killers is a clan started by NE.Restricted. It has 3 tags,
NE: Neutral Mega Killers,
NK: Neutral Mega Killers,
and NMK: Neutral Mega Killers.
NMK and NK is not to be confused with MK, which is a completely different clan.
NMK is an RLDM clan, which means Role Play Death Match.
Website: http://neclanserver.userboard.net/ Category: Clans


Administrators:
NE.Restricted
Test administrators:
None
Members:
NE.Hacker
Test members:
None

Pages: 1 ... 3 4 [5] 6 7