Keypad to Raven Roleplay
#1

Welcome..
I would like to add Keypad System to Raven Roleplay's script
but i got some errors, and warnings..

Код:
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1448) : error 017: undefined symbol "blast_door_obj"
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1450) : error 017: undefined symbol "blast_door_open"
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1450) : warning 215: expression has no effect
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1461) : error 017: undefined symbol "blast_door_obj"
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1463) : error 017: undefined symbol "blast_door_open"
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(1463) : warning 215: expression has no effect
C:\Users\Erzsi\Desktop\Marci\Windows-Server\gamemodes\larp.pwn(15843) : warning 235: public function lacks forward declaration (symbol "RaceCheckpoint")
it's says blast_door_obj and blast_door_obj is undefined but it's defined basically with this:
new blast_door_obj;
new blast_door_open;

i just copied these settings from gamemode example..
Reply
#2

Place
Код:
new blast_door_obj;
new blast_door_open;
on the top of your script where all of your variables are declared.
Reply
#3

are you blind?...
read what i posted..

i already added these definitions..
Reply
#4

So without code how are we supposed to help you?

You obviously made a mistake, but we can't fix what we can't see.
So yes. We are blind, that is, without the code in need of fixing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)