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

Pages: 1 [2] 3
16
mIRC/pawn Scripting / need fix system for vehicles
« on: March 29, 2014, 12:56:57 am »
i need !fix cmd for vehicle with pay $300

17
mIRC/pawn Scripting / Re: Plese help!!!
« on: March 18, 2014, 02:57:48 am »
My compiler made many errors

Download this pawno with no errors if you know that what aur you doing http://qfs.mobi/f1266315

18
ShowRoom (pawn) / Re: Help me
« on: March 18, 2014, 02:51:55 am »
it mean you are using an unkown command in pawn or give us a screenshot

19
ShowRoom (pawn) / Re: Robbers and cops city By Me
« on: March 18, 2014, 02:41:06 am »
I am editior and i Edit that server....
But there is bug...

If there is bug then you can fix and just add your credit as bug fixer.. you remove owner credits that mean you steal the script

Here is proof of real author


21
PASSWORD

22
mIRC/pawn Scripting / Re: [HELP] How to disable weapons in bank
« on: March 14, 2014, 12:19:09 am »
this cmd removes waepons and big prob it spamming chat

23
mIRC/pawn Scripting / Re: [HELP] How to disable weapons in bank
« on: March 14, 2014, 12:11:34 am »
[pawn]D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 017: undefined symbol "RobPickup"
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : warning 215: expression has no effect
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 001: expected token: ";", but found "]"
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 029: invalid expression, assumed zero
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


4 Errors.[/pawn]

i changed to this then fixed removed robbank and added strcmp :)

[pawn]forward CheckBank();
public CheckBank() {
for(new i = 0; i < MAX_PLAYERS; i++) {
if(strcmp(GetPlayerLocation(i),"Bank-Little-Havana-Vice-City-Mainland", true) == 0){
GameTextForPlayer(i," Disabled Your Weapons");
SetPlayerWeapon(i,0,0);
SendClientMessage(i,COLOR_GREEN,"Weapons Diabled");
}
}
return 1;
}[/pawn]

24
mIRC/pawn Scripting / Re: [HELP] How to disable weapons in bank
« on: March 13, 2014, 11:51:39 pm »
[pawn]D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 017: undefined symbol "RobPickup"
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : warning 215: expression has no effect
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 001: expected token: ";", but found "]"
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : error 029: invalid expression, assumed zero
D:\GTAVIC~1\GAMEMO~1\GUPS11~1.PWN(239) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


4 Errors.[/pawn]

25
Snippet Showroom / Re: Auto-Kick For Pings [ Snippet ]
« on: March 13, 2014, 11:21:06 pm »
Good

26
mIRC/pawn Scripting / [HELP] How to disable weapons in bank
« on: March 13, 2014, 11:10:08 pm »
I want to disable weapons in bank like sky-city server how to do it please help me

27
ShowRoom (pawn) / Re: [DM] Tommy VS Sonny GANG v1.0 [Tested]
« on: March 13, 2014, 03:57:24 am »
thanks bro

28
your wellcome guyz

30
ShowRoom (pawn) / [DM] Tommy VS Sonny GANG v1.0 [Tested]
« on: March 12, 2014, 03:39:46 am »
Commands
Code: [Select]
!servercmds
-------------
!heal
!hp
!goto
!wep
!stats
!rules
!myspree
!hide
!cd
!forum
!fight
brb
back
!myrank
!help

!admincmds
------------
/c slap
/c jail
/c jail2
/c unjail
/c kick
/c ban
/c ann
/c mute
/c unmute

5 Cmds levels, brb system added tested, fight, duel, To know more just download play and enjoy

http://www.mediafire.com/download/uh7bwfphms0x32q/T-VS-S,GANG_DM_v1.0.zip



Pages: 1 [2] 3