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 2 [3] 4 5 ... 7
31
Support / Re: Can't create VC:MP server on LAN/Internet. Plz help...........
« on: September 01, 2014, 05:26:43 pm »
I am new in vc:mp. I already played VC:MP online. But I couldn't create server online. when I tried to create server I got this.....
 ...................................

 ...................................
Now, What can I do to create server?
I also want to play it in LAN with my friends.
How can I create server in LAN?
Plz help, thank you.
Can I find LAN server on this location?


If this way I can not create server, then what to do for create LAN server?
Dont worry about that error rcon no exist in 0.3zr2 so doesnt matter... Add to favourites the ip 127.0.0.1:5192 to for your own server.

32
Snippet Showroom / Re: Nice account info cmd
« on: August 31, 2014, 06:34:40 pm »
Changing to SendClientMessage will bugged your script and give warning. To fix replace it with one of your functions to send a formatted message.

33
mIRC/pawn Scripting / Re: Need help in SQ server.
« on: August 28, 2014, 11:20:13 pm »
Hello,

           Guys can you tell me how can i make happy 1 minute in VcCnR ?

Q : - For robbers can you give me a script that should work and say after every five minutes :
"Happy one minute for robbers, Rob any shop and get money in $10000-50000."?

Q:- For cops can you give me a script that should work and say after every 3 minutes :
"Happy 2 minutes for cops, Arrest any wanted criminal and get 30 copskills!"


Please help.....
Thanks,
With kind regards,
Omair.
I don't know much about sq scripting but heres the untested basic code
Code: [Select]
function onScriptLoad()
{
NewTimer("Happyminute",5000,0);
//whatever
}
function Happyminute()
{
ClientMessageToAll("Happy one minute rob any store and whatever...",0,255,127);
//something to set the happyminutevar variable that you should create to true
}
guess thats how much I can help...

34
0.4 Public Beta #3 / Re: Question
« on: August 26, 2014, 05:45:08 pm »
To download the 0.4 client/server:
http://vcmp.liberty-unleashed.co.uk/
Not sure about requirements

35
mIRC/pawn Scripting / Re: Help with my Pawn Script pls
« on: August 26, 2014, 02:44:45 pm »
Fixed look in pms...

36
mIRC/pawn Scripting / Re: [HELP] Execute error
« on: August 25, 2014, 07:17:44 pm »
Bump...

37
mIRC/pawn Scripting / Re: [HELP] Execute error
« on: August 24, 2014, 11:48:42 pm »
I even made an empty script and same error.
But I copied from GUPS.pwn and work...

38
mIRC/pawn Scripting / Re: Help with my Pawn Script pls
« on: August 24, 2014, 11:46:09 pm »
PM Me the SCRIPTS so I can help you

39
ShowRoom (pawn) / Re: SKW script v2.0
« on: August 24, 2014, 09:24:00 pm »
Download Link : http://www.mediafire.com/download/ohbo6bsc6245raj/TestSKW.rar
Put Some Info Here! It Is Very Annoying To Have Script WithOut Description!

40
Snippet Showroom / Re: Simple news system
« on: August 24, 2014, 09:12:44 pm »
Nice but no thakns :p
This Bugged!
It can show many newz at a time! You want 1 newz at a time!!!

41
General Discussion / Re: Guys can you help me?
« on: August 23, 2014, 06:42:41 pm »
Hello,

        I just got Vice city Cops 'n Robbers script by my friend through skype as you guys know skype cannot send folders it can only send file(s), I asked him to give me that script, and he gave me them.
Now i'm confused in arranging them.Can you guys just help me?
Image

Thanks,
Kind regards,
Omair.
Ask him to zip it up in a .zip file

42
Snippet Showroom / Re: [TUTORIAL] How to make a heal system (timed)
« on: August 23, 2014, 05:38:31 pm »
Go hear http://nybsr.createaforum.com/fast-showroom/heal-in-5-sec/
Bugged!
This will healed ID 0 while the player wrote !heal wonder why he frozen and frozen and not unfreeze!

44
Snippet Showroom / Re: Simple news system
« on: August 23, 2014, 05:32:32 pm »
Try this
Code: [Select]
//on top
new eNews;
//on OnGameModeInit
public eNewsSystem()
public OnGameModeInit()
{
CreateTimer("eNewsSystem", 60000, 1);//1 newzz every minute
}
//New function
public eNewsSystem()
{
if(eNewz==0)
{
SendClientMessageToAll("Welcome to the news");
eNews++;
}
else if(eNews==1){
{
SendClientMessageToAll("News 1");
eNews++;
}
else if(eNews==2){
{
SendClientMessageToAll("Ennnnnd of the news!");
eNews=0;
}
}

45
General Discussion / Re: Can you play in Multiplayer + NPCs ?
« on: August 20, 2014, 12:28:26 pm »
The purpose of having a multiplayer client is that you would interact with other players, and not NPCs. Bearing that in mind, we have not focused on implementing NPCs yet. NPCs are planned to be added in the future, but not in 0.4.
NPCs can be added the limit about 790... NPC needs:
Timer,
Many NPC object (with different animations).
Everything is easy except for making the NPC models...

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