Posts: 181
Threads: 25
Joined: Feb 2009
Reputation:
0
I got the moving gates working because of Bruzer's tutorial, but I have a teeny question...
Can I do something like
if username = Frazz
Opens gate
if username not Frazz
You are not allowed to open the gate!
You know what I mean?
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
why don't you look through the basics of scripting in the pawn-lang.pdf? Your answer is quite a beginners question.. Brackets
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
GF and pen just have many useless things.... Check it out.
Posts: 181
Threads: 25
Joined: Feb 2009
Reputation:
0
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 76 -- 8577) : error 029: invalid expression, assumed zero
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 77) : warning 217: loose indentation
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 77) : warning 215: expression has no effect
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 77) : error 001: expected token: ";", but found "]"
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 77) : error 029: invalid expression, assumed zero
C:\Users\Pivot\Desktop\FRLS\gamemodes\penls.pwn(85 77) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.