Please REMOVE
#1

All Solved.

Please Delete
Reply
#2

http://pastebin.com/m13f83304
Reply
#3

THANK YOU SO FRIGGEN MUCH MAN!!!

EDIT: I Compiled it and i got 26 errors??

Код:
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(4) : error 075: input line too long (after substitutions)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(5) : error 075: input line too long (after substitutions)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(246) : error 025: function heading differs from prototype
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(248) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(252) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(256) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(260) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(264) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(268) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(272) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(276) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(280) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(284) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(288) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(292) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(300) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(304) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(308) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(364) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(370) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(393) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(394) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(395) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(353) : warning 203: symbol is never used: "arg1"
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(458) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(463) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(448) : warning 203: symbol is never used: "arg1"
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(524) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(531) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(532) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(537) : error 035: argument type mismatch (argument 1)
C:\Users\Sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(538) : error 035: argument type mismatch (argument 1)
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(538) : warning 213: tag mismatch
C:\Users\sherrill\Desktop\GTA San andreas\Shannons Samp Server\filterscripts\Medit.pwn(539) : error 035: argument type mismatch (argument 1)

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.

Reply
#4

Bump
Reply
#5

That's my direct rip from the decompiler. Here's the precompiled .amx

http://files.uploadffs.com/0/c17e07f1/medit.amx
Reply
#6

Quote:
Originally Posted by big comfy couch
That's my direct rip from the decompiler. Here's the precompiled .amx

http://files.uploadffs.com/0/c17e07f1/medit.amx
Thanks Bro (: just One Question How do i run a Amx?
Like compile it? lolz :P
Reply
#7

Just place it in your /filterscripts/ directory and put this in your server.cfg

Код:
filterscripts Medit
Reply
#8

O M F G THANK YOU SO F**** MUCH!!!! I <3 You Foreva DDD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)