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

Pages: 1 [2] 3 4 ... 7
16
mIRC/pawn Scripting / Re: Need Cmds
« on: February 13, 2012, 10:21:04 pm »
Shadow thanks for reply but when i use /c respawn bla bla and getcar again it will not come can u made a right cmd for getcar and mute plzzz

17
Support / Re: PLZ HELP ME!!!!!
« on: February 13, 2012, 10:29:57 am »
Sorry  :-[

18
Support / Re: PLZ HELP ME!!!!!
« on: February 13, 2012, 08:56:07 am »
hy i dont have time to do that becuase i m also scripting

19
Support / Re: PLZ HELP ME!!!!!
« on: February 13, 2012, 06:26:02 am »
[pawn]   else if ( strcmp( cmd, "!owner", true ) == 0 )
   {
       format( szMsg, 128, "Server Owner Rumman" );
      SendClientMessageToAll( RED, szMsg );
      return 1;
   }[/pawn]
;)

20
mIRC/pawn Scripting / Need Cmds
« on: February 12, 2012, 04:55:22 pm »
hy guys i need /c getcar because Gups Getcar is bugged when i getcar the car it come when i sit on it and then getcar car again it not come plzzz give me

21
mIRC/pawn Scripting / !spree cmd ;)
« on: February 10, 2012, 03:46:46 pm »
guys i need !spree cmd for gups plzz someone give me

22
Support / Re: Need Help !
« on: February 10, 2012, 01:02:17 pm »
Nooran i go to my internet man and ask him this "why my ip change?"he say if u want one ip then give us 500 RS and submit a forum and we can do your ip one so call your internet man ;)

23
mIRC/pawn Scripting / Re: HEELLPPP!!!
« on: February 09, 2012, 10:49:30 am »
icecream remember me??fuzzy take my pawno
http://solidfiles.com/d/f40c489652/
u like it its pawnox

24
Support / Re: Build Mode Probelms
« on: February 08, 2012, 05:28:40 pm »
YES

25
mIRC/pawn Scripting / Re: Give me please.
« on: February 07, 2012, 06:04:58 am »
this is my profile link in facebook http://www.facebook.com/profile.php?id=100001534346393
this is my id and name Azeem Hafeez id:- [email protected] ok add me if u not find me give me urs ;)

26
mIRC/pawn Scripting / Re: Give me please.
« on: February 06, 2012, 05:58:03 pm »
bilgets u have to learn pawn language first ok

27
mIRC/pawn Scripting / Re: Give me please.
« on: February 06, 2012, 02:16:00 pm »
Sorry but these Cmds are not mine CREDITS GOES TO GUPS MAKER AND MADARA

28
mIRC/pawn Scripting / Re: Give me please.
« on: February 06, 2012, 02:14:42 pm »
Code: [Select]
else if ( strcmp( cmd, "nogoto", 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: /c nogoto [on/off]" );
else
{
    if ( strcmp( tmp, "on", true ) == 0 )
{
SendClientMessage( playerid, COLOR_GREEN, "Nogoto Enabled." );
PlayerInfo[ playerid ][ NoGoto ] = 1;
UpDateFile( USERS_FILE, gPlayers[ playerid ], "NoGoto", "1" );
}
else if ( strcmp( tmp, "off", true ) == 0 )
{
SendClientMessage( playerid, COLOR_GREEN, "Nogoto Disabled." );
PlayerInfo[ playerid ][ NoGoto ] = 0;
UpDateFile( USERS_FILE, gPlayers[ playerid ], "NoGoto", "0" );
}
else SendClientMessage( playerid, COLOR_GREEN, "Syntax Error! USAGE: /c nogoto [on/off]" );
}
return 1;
}
this is nogoto cmd

Code: [Select]
else if ( strcmp( cmd, "!report", true ) == 0 )
{
        new tmp2[ 256 ], plr;
tmp = strtok( cmdtext, idx ), tmp2 = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
if ( !strlen(tmp2) ) SendClientMessage( playerid, GREEN, "USAGE: !report [Nick/ID] [Reason]" );
else
{
    if ( plr != INACTIVE_PLAYER_ID )
{
    new string[ 256 ];
format( szMsg, sizeof( szMsg ), "%s has been reported! Reason:[ %s ]", gPlayers[ plr ],tmp2);
SendClientMessage( playerid, COLOR_GREEN, szMsg );

format( string, 256, "ReportBy: %s ; Reason: %s", gPlayers[ playerid ], gPlayers[ plr ],tmp2);
dini_Set("/Reports/Reports.ini", gPlayers[ plr ], string );
}
else SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
}
return 1;
    }

this is report cmd

Code: [Select]
else if ( strcmp( cmd, "getip", true ) == 0 )
{
new plr; tmp = strtok( cmdtext, idx ); plr = FindPlayerIDFromString( tmp );
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You don't have access to use this command!" );
else if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "USAGE: /c getip [Nick/ID]" );
else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
else
{
new szMsg[ 128 ], IP[ 24 ];
GetPlayerIp( plr, IP, 24 );

format( szMsg, 128, "%s's IP:[ %s ]", gPlayers[ plr ], IP );
SendClientMessage( playerid, COLOR_GREEN, szMsg );
}
return 1;
}

this is getip cmd

and my friend is making !spree cmd i will give u soon sorry for !report cmd i have !report cmd like this  :( and u can take !lms filterscript here http://forum.vicecitymultiplayer.com/index.php?topic=2551.msg18551#msg18551


i dont have !hunt cmd sorry :(

29
Support / Re: help here plzz
« on: February 05, 2012, 06:44:06 pm »
lolXXX thanks for suggestion

30
mIRC/pawn Scripting / Re: Need Filterscript
« on: February 05, 2012, 12:12:18 am »
i search but i fond the cmd to add in script i need filterscript

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