SA-MP Forums Archive
[GameMode] San Fierro Cops-Robbers-RPG v1.0 - 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] San Fierro Cops-Robbers-RPG v1.0 (/showthread.php?tid=223963)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


Re: San Fierro Cops-Robbers-RPG v1.0 - sKypRiNcE - 19.10.2012

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[17:20:51] Unable to exec file 'server.cfg'.
[17:20:51] Error: Your password must be changed from the default password, please change it.


This is what it says

I tried changing it then saving it but dint work


Re: San Fierro Cops-Robbers-RPG v1.0 - Vasu99 - 22.10.2012

Hey guys, I've bumped into a problem and I've been stuck with it for a couple of weeks, I don't see the problem.. The problem is that if I for example do /adarmy 1 it goes "Usage: /Adarmy (id)", even though I'm already writing the ID! Oh and yes, I have updated the includes


Re: San Fierro Cops-Robbers-RPG v1.0 - [SWE]Anonymous - 23.10.2012

Quote:
Originally Posted by Vasu99
View Post
Hey guys, I've bumped into a problem and I've been stuck with it for a couple of weeks, I don't see the problem.. The problem is that if I for example do /adarmy 1 it goes "Usage: /Adarmy (id)", even though I'm already writing the ID! Oh and yes, I have updated the includes
U STOLED MY FRIENDS GM!!!!
SO SCREW U!


Re: San Fierro Cops-Robbers-RPG v1.0 - Vasu99 - 25.10.2012

Quote:
Originally Posted by [SWE]Anonymous
View Post
U STOLED MY FRIENDS GM!!!!
SO SCREW U!
Wtf? No lol?


Re: San Fierro Cops-Robbers-RPG v1.0 - Stevo127 - 27.11.2012

Quote:
Originally Posted by [SWE]Anonymous
View Post
U STOLED MY FRIENDS GM!!!!
SO SCREW U!
I did not steal the GameMode, as you can see I'm the one that created it lol.


Re: San Fierro Cops-Robbers-RPG v1.0 - MohanedZzZ - 14.02.2014

Quote:
Originally Posted by GeordieBen
View Post
where is the playerfiles Stevo?
Scriptfiles >> SFCRRPG


Re: San Fierro Cops-Robbers-RPG v1.0 - ChandraLouis - 29.03.2014

Quote:
Originally Posted by ManGoe
View Post
Please lol tell me how to disable irc here?
find :
pawn Code:
#define USE_IRC true
edit true to false


Re: San Fierro Cops-Robbers-RPG v1.0 - ManGoe - 29.03.2014

Quote:
Originally Posted by ChandraLouis
View Post
find :
pawn Code:
#define USE_IRC true
edit true to false
But lol still it requires irc.dll or it says the file or function is not found lol??


Re: San Fierro Cops-Robbers-RPG v1.0 - ChandraLouis - 29.03.2014

then just use the irc.dll or .so its easy :v


Re: San Fierro Cops-Robbers-RPG v1.0 - ManGoe - 29.03.2014

lol in my gm hosting it says libssl.0.9.8 is not fount no such a kind of file i need help


Re : San Fierro Cops-Robbers-RPG v1.0 - Younes44 - 29.03.2014

Awesome from you ?
Keep it up


Re: San Fierro Cops-Robbers-RPG v1.0 - ChandraLouis - 29.03.2014

Mangoe@ do you use the latest plug ?
EDIT :
Try this
IRC.dll
IRC.so


Re: San Fierro Cops-Robbers-RPG v1.0 - ManGoe - 29.03.2014

Trying chandra


Re: San Fierro Cops-Robbers-RPG v1.0 - Simou - 31.03.2014

Nice GM


Re: San Fierro Cops-Robbers-RPG v1.0 - ThatThoseTheThy - 13.04.2014

Code:
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
C:\Users\msi\Desktop\samp03z_svr_R1_win32\gamemodes\SFCRRPG.pwn(13047) : error 017: undefined symbol "udb_RenameUser"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Can anyone help me with this?


Re: San Fierro Cops-Robbers-RPG v1.0 - satafinix - 13.04.2014

Quote:
Originally Posted by ThatThoseTheThy
View Post
Code:
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\msi\Desktop\samp03z_svr_R1_win3211111\samp03z_svr_R1_win32\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
C:\Users\msi\Desktop\samp03z_svr_R1_win32\gamemodes\SFCRRPG.pwn(13047) : error 017: undefined symbol "udb_RenameUser"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Can anyone help me with this?
you need to change your windows server from win32 other one


Re: San Fierro Cops-Robbers-RPG v1.0 - Parallex - 18.04.2014

Chimo12, you should use the plugins which are mentioned in server.cfg plugins folder. Just download them all from the SA-MP forum, make a folder called 'plugins' and put them all in there.


Re: San Fierro Cops-Robbers-RPG v1.0 - ThatThoseTheThy - 20.04.2014

#pragma unused strtok //line 50
enum vInfo
{
bought,
stolen, // line 489
bombed
}
udb_RenameUser(PlayerName(playerid),inputtext); //line 13047


Re: San Fierro Cops-Robbers-RPG v1.0 - mastercoder - 22.04.2014

My problem is, where do I find:

#include <SFCRRPGdudb>

and

#include <dprops>

In the download, there is no SFCRRPGdudb.inc or dprops.inc to put in pawno. If anyone could give me some links it would be great.

Thanks.


EDIT:

NVM, thanks to this post:

Quote:
Originally Posted by Cenation
View Post
I got them two includes. Thanks Cenation!


Re: San Fierro Cops-Robbers-RPG v1.0 - FarCry - 28.04.2014

Please fix this problem or give me a fix: http://prntscr.com/3e8xq4