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

Pages: [1]
1
XE Servers (Legacy) / Re: Why PLk Banned in xe server
« on: January 29, 2012, 05:53:32 pm »
PKG Closed Topic Locked

2
mIRC/pawn Scripting / Re: i need some cmds
« on: January 23, 2012, 03:47:38 pm »
no prob

3
mIRC/pawn Scripting / Re: i need some cmds
« on: January 23, 2012, 01:43:23 pm »
get other from other player i gave u this cmds

4
mIRC/pawn Scripting / Re: i need some cmds
« on: January 23, 2012, 01:39:00 pm »
this is !lockcar cmd
Code: [Select]
else if ( strcmp( cmd, "!lockcar", true ) == 0 )
{
    tmp = strtok( cmdtext, idx );
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: !lockcar [VehicleID]" );
else if ( !IsVehicleExist( strval( tmp ) ) ) SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Vehicle" );
else if ( !IsVehicleOwnedShared( strval( tmp ), gPlayers[ playerid ] ) ) SendClientMessage( playerid, COLOR_GREEN, "You do not have the keys for that vehicle." );
else
{
format( szMsg, sizeof( szMsg ), "Locking vehicle:[ %d ]", strval( tmp ) );
SendClientMessage( playerid, COLOR_GREEN, szMsg );
SetVehicleDoorsStatus( strval( tmp ), 1 );
}
return 1;
}
this is !unlockcar cmd
Code: [Select]
else if ( strcmp( cmd, "!unlockcar", true ) == 0 )
{
    tmp = strtok( cmdtext, idx );
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: !unlockcar [VehicleID]" );
else if ( !IsVehicleExist( strval( tmp ) ) ) SendClientMessage( playerid, COLOR_GREEN, "Error: Unknown Vehicle" );
else if ( !IsVehicleOwnedShared( strval( tmp ), gPlayers[ playerid ] ) ) SendClientMessage( playerid, COLOR_GREEN, "You do not have the keys for that vehicle." );
else
{
format( szMsg, sizeof( szMsg ), "Unlocking vehicle:[ %d ]", strval( tmp ) );
SendClientMessage( playerid, COLOR_GREEN, szMsg );
SetVehicleDoorsStatus( strval( tmp ),0 );
}
return 1;

5
Support / Re: Can Any One help me
« on: December 21, 2011, 10:27:22 am »
give me squirrel

6
mIRC/pawn Scripting / Re: Deathmatch Server
« on: December 20, 2011, 03:00:48 pm »
can any one give me squirrel server

7
Support / Can Any One help me
« on: December 20, 2011, 02:52:58 pm »
                  Force Beginner Scripts

when i type /load -rs FBSV0.2.mrc in mirc  then coming ** FBS v0.2 Echo connecting to PKG DeathMatch Evolution Server

i wait more scripts was not connect why. plzzz give me ans

8
XE Servers (Legacy) / Why PLk Banned in xe server
« on: November 07, 2011, 07:09:09 am »
why plk = banned in xe server 10 = 11 member is banned why

Pages: [1]