SA-MP Forums Archive
Keypad to Raven Roleplay - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Keypad to Raven Roleplay (/showthread.php?tid=481814)



Keypad to Raven Roleplay - sqpp18 - 17.12.2013

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..


Re: Keypad to Raven Roleplay - dominik523 - 17.12.2013

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


Re: Keypad to Raven Roleplay - sqpp18 - 17.12.2013

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

i already added these definitions..


Re: Keypad to Raven Roleplay - jakejohnsonusa - 17.12.2013

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.