Posts: 3,004
Threads: 12
Joined: May 2011
what do you mean 16 drifting points? you mean teles?
and it seems more like a map and not FS.
Posts: 1,046
Threads: 29
Joined: Mar 2010
This is not a proper filterscript.
First of all it does just include alot of objects and some commands with simple teleportation and chat message.
And why the heck do you use OnGameModeInit() for a filterscript?
I would rather use OnFilterscriptInit(), removing the "#if defined" and "#endif" part and making the map atleast unloadable in OnFilterScriptExit()
Posts: 1,046
Threads: 29
Joined: Mar 2010
Quote:
Originally Posted by sciman001
Why get soooooo picky over a good release?
|
No I just browsed through the forum and saw this thread which is not even a proper filterscript (it\'s more like a gamemode)
By the way writing inside OnGameModeInit() is kinda useless because it gets only called if a gamemode has started!
(Means you can\'t load this FS properly after the gamemode has started and unloading will cause that the objects will be still there unless after gamemode restart/exit)
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(36) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(441) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(741) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(742) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(885) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1415) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1505) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1511) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1677) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1679) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1685) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1690) : warning 217: loose indentation
C:\Documents and Settings\Adb05nd5\Desktop\D.pwn(1694) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
13 Warnings.
Posts: 1,102
Threads: 196
Joined: Jul 2011
Reputation:
0
Nice yoyo :d ill gonna use this in the new gamemode :d but as he said, you should use onfiltersctiptinit for tjat, anyways nice done