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 - Anik

#301
Off:- Which SOftware are u using for editing scripts?? Can u give me Download Link??
#302
any error when u login????
#303
Drake's Free Host / Re: Host's Feedback
Jan 15, 2016, 12:30 PM
As I am using it, I noticed that the pings are quite low than my previous VPS. And I just love it. It would be great if FTP access is included. As in webftp we need to upload files one by one.
After All, it's great as a free service.
#304
I think he wants to set cinematic borders
#305
Drake's Free Host / Re: Drake's Free Host
Jan 10, 2016, 04:44 PM
@Drake as I mentioned my Paid VPS will end in 20 days. And there will be no action in the VPS. Please dont suspend the account.
#306
Check the bottom of server.conf file if there is any kind of weird texts. This error also came in my VPS. Repairing the server.conf file fixed my issue
#307
Drake's Free Host / Re: Drake's Free Host
Jan 08, 2016, 11:48 AM
First Name:[DS]Anik
Last Name:None
Email Address:[email protected]
Server Name:[DM+RPG]21st CenturY's WronG WaY of KillinG
Port(you prefer):7777
Slots(10-100):50 Would Be Enough.
Actually I have a Paid VPS. But it will end in 20 days. That's why I need it.
#308
Quote from: Williams on Jan 05, 2016, 10:58 AM@{ultimatejugo] try this :

else if ( cmd == "arrest" )
{
if ( text )
{
local plr = FindPlayer( text );
if(plr)
{
if(GetPlayerDistance(player,plr) <= 3)
{
if ( plr.IsFrozen == false )
{
Message(""+ player + " Has Arrested "+ plr + "");
plr.Pos = Vector(391.039, -506.887, 9.39561 );
plr.IsFrozen = true;
}
else MessagePlayer("That Player Is Either Not Cuffed Or He Isnt Wanted", player);
}
else MessagePlayer ( "You need to be close to "+plr.Name+" to arrest him.", player );
}
else MessagePlayer ( "Error - Unknown player", player );
}
else MessagePlayer( "usage : /arrest  <Nick/ID>",player );
}

Thanks @Mashreq for giving idea :D :P
He is making /cuff and /uncuff cmd not /arrest -_-
#309
Quote from: King on Jan 01, 2016, 08:40 AMThanks I want to create that system but i am little weak in scripting so i have some probs in making this thanks for it
it's OK. Did ufind any bug??
#310
Quote from: KAKAN on Dec 29, 2015, 05:02 PM
Quote from: Anik on Dec 29, 2015, 02:15 PMWhy not use database??? Add the player's name in DB. And use that.
What u mean?
What the hell you want to add in DB?
Just add a level check, that's much simpler than this :)
He is making something like donate system. So if any play who have not not donated but is admin in the server will be able to spawn with that skin. And if he use GetLevel then the player who has donated, He needs to give level to the player. In this case, he can store the names of the donators in DB. And add a check.
#311
Why not use database??? Add the player's name in DB. And use that.
#312
If you are trying to make like CRAST's one it will take a lot of time.
#313
Support / Re: Hack - Across Walls
Dec 29, 2015, 06:20 AM
I think its a glitch.
#314
DID you add it there???
class PlayerStats
#315
Quote from: {ultimatejugo] on Dec 27, 2015, 04:23 AM
Quote from: Anik on Dec 25, 2015, 05:33 PMJust add this on scriptload
status <- array( GetMaxPlayers(), null );And this on playerjoin
status[ player.ID ] = PlayerData( player.Name );That's it. @KAKAN you know scripting better than me why then asking this kind of question?
Also anik when i add playerdata it says index playerdata doesnt exist now what?
@{ultimatejugo] what kind of noob r u??? How will it exist if u r using class Playerstats instead of class Playerdata???
USE THIS;
status[player.ID] = PlayerStats();