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

Topics - rObInX

#1

player.Vehicle returns some instance.
Is there any mistake from my side, in the execution?

Regards,
rObInX
#2
I would advise everyone to stop helping people who doesn't provide enough information on their problem.
Some people plainly ask for ready made codes without even trying a bit. In such a way, they build servers and publish script with credits only to themselves.

Some scripters are like obesse lazy junks who themselves cannot take a step. They became like that because we let them to. They won't understand the methods to script, they need ready made codes.

To avoid this in future and to control the current situation, I request scripter to only provide help to appropriate ones.
First give them a method. If they can't succed, they'll provide the code they've made and you can do necessary correction.
In such a way, it benifits the whole community.

Regards,
rObInX
#3
Can we extend it beyond the normal one ( 5000, -5000 ) ?

I tried but failed, boundaries remain the same.
#4
ADM Script
Version: 1.0

Creator/Developer: [VU_R]rObInX / Dany
Credits: sseebbyy, Fuzzie.

Features:
- Register/Login system.
- Auto-Spawn system
- LMS
- Team System
- Votekick
- Admin System
- Aliases
- Multibot Echo System
- Nitro Oxide System

Link: Mediafire, Mega
#5
Scripting and Server Management / Crash
Feb 18, 2015, 06:39 PM
Server crashes when using a timer.
Codes:
if ( CheckBan( player ) == 1 ) NewTimer( "Kick", 5000, 1, player );
function Kick( player )
{
  EMessage( "** [" + player.ID + "] " + player.Name + " has left the server( KICKED )." );
  player.Kick();
}