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

Messages - KAKAN

#1
One option is to get a license of easy Anti-Cheat. But, they probably won't license it as it's a unofficial mod to the game.
#2
For the unsatisfied souls: http://forum.vc-mp.org/?topic=994.0
#3
General Discussion / Re: Urgent request
Nov 27, 2017, 08:32 AM
@Thijn maybe a time for topic lock?
#4
General Discussion / Re: Urgent request
Nov 25, 2017, 02:44 PM
Dafuq? Still with all of those securities, THE UID IS BEING TRANSFERRED TO THE SERVER, and so can be tampered with easily using something like Wireshark
#5
MTA:SA, 1 or 2 months ago
#6
I don't see how you call that code as "written for squirrel compiler"
#7
Quote from: NicusorN5 on Nov 02, 2017, 06:50 PM
Quote from: Thijn on Oct 30, 2017, 08:19 PM
Quote from: NicusorN5 on Oct 30, 2017, 06:48 PM
Quote from: vitosca1 on Oct 30, 2017, 05:59 AMwill be updated to new version of vc-mp browser with inbuilt a new domain.
Are you sure about that? VCMP is dead, move to MTA:SA,SAMP,MTA:VC or whatever. VCMP has no hope.
There's still a lot of people enjoying this game. So if you think it's dead, go ahead and leave no one will miss you.

And what, do I look like I care about these 12 years kids?
do we look like we care about you? You may leave this game and never come back, no one will miss ya. Cya.
#8
Quote from: Django on Oct 31, 2017, 08:19 AMNo i'm from England, i'm not Zool.
that pretty much ruins your reputation, specially in case of $$
#10
killer.PlaySound( 49999 + killer.Score );If it doesn't work, try playing( your game ) in debug mode. It should print out if there's something wrong with the .wav file.
#11
Support / Re: Help with function library
Oct 16, 2017, 04:56 PM
Don't load that file using your server. They'll be/should be downloaded and executed by the client, not by the server. Remove the dofile and it should work just fine.
#12
NewTimer("visibility", 5000, 1, player.ID);
You're passing player.ID and automagically expecting it to become 'player' instance.
function visibility(player)
{
 player.Immunity = 0;
 MessagePlayer("Spawn Protection Disabled", player);
}
They all are player's IDs, not instances. So, your code is doing: 0.Immunity = 0; MsgPlr( "", 0 );
#13
Support / Re: Help with function library
Oct 16, 2017, 06:30 AM
Both the examples you gave are correct and should be working fine. Can you re-check your server version( for client-side scripts ) and re-download the plugins( for server-side plugin related problems )?
#14
Script and Content Requests / Re: CELO
Oct 13, 2017, 06:21 AM
It's CLEO, IIRC.
And, I don't understand what you mean.
My best guess is that you meant to convert it to VCMP Compatible GUI, which may be possible if someone makes a coverter for it
#15
Support / Re: Native plugin SDK
Oct 05, 2017, 01:28 PM
He's correct and should be given help. If you can't, then don't post anything.
Anyways, you can check out the source code of rel04 ready plugins to get it.