SA-MP Forums Archive
[GameMode] Simple debug mode. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Simple debug mode. (/showthread.php?tid=190005)



Simple debug mode. (V2) - Gh0sT_ - 13.11.2010

Info
Hey ! 'Another' debug server, which can help you to /save vehicle's, pickups and another shit.. Created from new pawn lap.
Used includes: foreach, zcmd(and sscanf(not plugin))
Leave the credits if you want, and of course don't sell it.
P.S: This is my first gamemode, made from 0.
Commands.
Code:
/money
/score
/car
/weapon
/toplayer
/get
/time
/skin
/jetpack
/help
/3dl
/icon
Link.
V1 (OLD) http://pastebin.com/rLeWPryb
V2 (OLD) http://pastebin.com/xsetY9M1
V3 (NEW) http://pastebin.com/sfAcKHH2


Re: Simple debug mode. - Karlip - 13.11.2010

Nice done, useful for new players.


Re: Simple debug mode. - Gh0sT_ - 13.11.2010

Thanks : )


Re: Simple debug mode. - Steven82 - 13.11.2010

Nice Goodjob, a little better than the SA-MP debug


Re: Simple debug mode. - Lorenc_ - 13.11.2010

Nice gamemode


Re: Simple debug mode. - Gh0sT_ - 13.11.2010

Thanks. And, if anyone got some ideas, tell me it.


Re: Simple debug mode. - HyperZ - 14.11.2010

Great job.


Re: Simple debug mode. - Sailen - 14.11.2010

C:\Program Files\Server\filterscripts\debug.pwn(3) : fatal error 100: cannot read from file: "foreach"

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


1 Error.


Re: Simple debug mode. - Zh3r0 - 14.11.2010

Quote:
Originally Posted by Sailen
View Post
C:\Program Files\Server\filterscripts\debug.pwn(3) : fatal error 100: cannot read from file: "foreach"

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


1 Error.
Add foreach.inc in server/pawno/include Then hit compile. or Press F5.


Re: Simple debug mode. - Gh0sT_ - 14.11.2010

mr. sunny - Thanks.
Sailen - As Zh3r0 say, you need zcmd and foreach include.

Any ideas?

V2 comming soon.

Fixed commands /car, /weapon.
Added godmode.
In top of script you will can define aTele to 1 or 0. 1 - allows players teleport anywhere with mouse click on map, 0 - disable.