[GameMode] San Fierro Cops-Robbers-RPG v1.0

Ahhhh...
I updated to latest sscanf and now it doesnt say:id 514315 is not logged in,now it says use /rob id/playername,when i try to /rob id /rape id i get that message.Its same for /rob playername.
And,this is not just to rob and rape command.I cannot:mute,ban,kick,give rights,give admin level,anything that i have to use on humans.

And i cannot compile file.When i try to do that it says:cannot read from irc,i deleted irc from script and it says:cannot read from dgudb,after i deleted it it says cannot read from sscanf,when i deleted sscanf,i got bunch of errors (because that lines are supported for sscanf only).
Reply

Quote:
Originally Posted by DizzY2306
View Post
Ahhhh...
I updated to latest sscanf and now it doesnt say:id 514315 is not logged in,now it says use /rob id/playername,when i try to /rob id /rape id i get that message.Its same for /rob playername.
And,this is not just to rob and rape command.I cannot:mute,ban,kick,give rights,give admin level,anything that i have to use on humans.

And i cannot compile file.When i try to do that it says:cannot read from irc,i deleted irc from script and it says:cannot read from dgudb,after i deleted it it says cannot read from sscanf,when i deleted sscanf,i got bunch of errors (because that lines are supported for sscanf only).
Downloading the LATEST (sscanf 2.5) should work great but if you try downloading it for your server version, it would be better. Once you downloaded an sscanf plugin, you must recompile your code with the included include. And the missing files have been discussed more than a thousand times, just search and you will find an answer to that.
Reply

I get this
pawn Code:
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(31) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(135) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(175) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(283) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(340) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(382) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\sscanf2.inc(218) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\sscanf2.inc(218) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\sscanf2.inc(278) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\sscanf2.inc(278) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\lfuncs.inc(560) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\lfuncs.inc(626) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\lfuncs.inc(681) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\lfuncs.inc(810) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(960) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(968) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(1468) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2793) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2794) : warning 219: local variable "pname" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2892) : error 017: undefined symbol "ShowLoginScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2893) : error 029: invalid expression, assumed zero
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2893 -- 2894) : warning 215: expression has no effect
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2894) : error 001: expected token: ";", but found "if"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2897) : error 017: undefined symbol "ShowRegisterScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2904) : error 055: start of function body without function header
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912) : warning 209: function "SSCANF_OnPlayerDisconnect" should return a value
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2915) : error 021: symbol already defined: "GetPlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2919) : error 054: unmatched closing brace ("}")
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2921) : error 021: symbol already defined: "pname"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2925) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2928) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2930) : error 021: symbol already defined: "udb_UserSetInt"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2930) : error 017: undefined symbol "playerid"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2930) : error 021: symbol already defined: "udb_UserSetInt"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2930 -- 2931) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


15 Errors.
Help plz
Reply

@Vasu, you have a missing bracket. Make sure the number of '{' is equal to the number of '}' in the script.
Reply

Quote:
Originally Posted by suhrab_mujeeb
View Post
@Vasu, you have a missing bracket. Make sure the number of '{' is equal to the number of '}' in the script.
I dont understand, Add me on
MSN : Vasu99@live.se
Skype : ThePro-Vasu-
Reply

I get this now
pawn Code:
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(31) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(135) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(175) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(283) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(340) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dutils.inc(382) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(953) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(958) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(1456) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2780) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2781) : warning 219: local variable "pname" shadows a variable at a preceding level
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2875) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2877) : error 017: undefined symbol "ShowLoginScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2878) : error 017: undefined symbol "PlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2880) : error 017: undefined symbol "ShowRegisterScreen"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2886) : error 055: start of function body without function header
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2894) : warning 209: function "OnPlayerDisconnect" should return a value
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2894) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2897) : error 021: symbol already defined: "GetPlayerName"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2903) : error 021: symbol already defined: "pname"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2907) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2910) : error 010: invalid function or declaration
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912) : error 021: symbol already defined: "udb_UserSetInt"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912) : error 017: undefined symbol "playerid"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912) : error 021: symbol already defined: "udb_UserSetInt"
C:\Users\Gandhi\Desktop\CnR\gamemodes\SFCRRPG.pwn(2912 -- 2913) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


14 Errors.
Reply

I am using the gamemode, And with my Admin system LuxAdmin.
I am trying to figure out how to get the admin commands working on it. Can Stevo or someone reply with the code to put For the things to work (the code for seeing if the player is admin, e.g. IsPlayerAdmin, but with the LuxAdmin version)
Reply

Can someone please reply (and fast) on what line(s) the code to remove so you don't have to press 2 or /engineon for the engine to come on, I need it to come on automaticly.
PLEASE REPLY FAST.
Reply

Quote:
Originally Posted by stormchaser206
View Post
Can someone please reply (and fast) on what line(s) the code to remove so you don't have to press 2 or /engineon for the engine to come on, I need it to come on automaticly.
PLEASE REPLY FAST.
Just find CMD:Engine or find engine and delete all the content that relate the engine
Reply

Quote:
Originally Posted by stormchaser206
View Post
I am using the gamemode, And with my Admin system LuxAdmin.
I am trying to figure out how to get the admin commands working on it. Can Stevo or someone reply with the code to put For the things to work (the code for seeing if the player is admin, e.g. IsPlayerAdmin, but with the LuxAdmin version)
Include the luxadmin include to your GM and use IsPlayerLuxAdminLevel(playerid, requiredlevel) for admin cmds.

Quote:
Originally Posted by Cole_Trethewey
View Post
Just find CMD:Engine or find engine and delete all the content that relate the engine
Do that and you'll never be able to turn engines on.
You can find the code under OnPlayerStateChange.
Reply

Guys, So I started all over. And I made some new commands and now I get this :
pawn Code:
C:\Users\Gandhi\Desktop\lol\gamemodes\SFCRRPG.pwn(16851) : warning 203: symbol is never used: "adNCIS"
C:\Users\Gandhi\Desktop\lol\gamemodes\SFCRRPG.pwn(16851) : warning 203: symbol is never used: "adarmy"
C:\Users\Gandhi\Desktop\lol\gamemodes\SFCRRPG.pwn(16851) : warning 203: symbol is never used: "adswat"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
Even though I am using it -.-, Please i need help urgent PLSSS
Reply

Bump
Reply

OMG FOR FUCKS SAKE, I HAVE DONE EVERYTHING RIGHT AND IT STILL SAYS WRONG FUCKING COMMAND WHEN I DO /ADARMY, HELP ME
Reply

HELP
Reply

Quote:
Originally Posted by stormchaser206
View Post
SORRY IF YOU THINK I AM SPAMING, I JUST NEED HELP.

How do I use This one register's system with LuxAdmin?
It already has an admin system. Why would you need another?

Quote:
Originally Posted by Vasu99
View Post
OMG FOR FUCKS SAKE, I HAVE DONE EVERYTHING RIGHT AND IT STILL SAYS WRONG FUCKING COMMAND WHEN I DO /ADARMY, HELP ME
Then you must be doing something wrong. IT DOES work for me. Go check yourself. Not anyone's problem it does not work for you. And go learn PAWN so you can fix your shit yourself.
Reply

i have an problem with the ID
If someone tries to arrest an Criminal with the command /arrest 1 then is says playerid 66321 is not online
Can anybody help?
Reply

@Hurde
L2R (learn to read)

its on previous pages care to look back?

Now very SIMPLE UPDATE SSCANF yeah?
Reply

Nice!
Reply

Hey guys,
I got a problem, the server is running great, but I can't get into my admin mode.. I logged into my rcon, tried to use '/adsetlevel id 1337' but it gave an error that the command doesn't exist.. Now, As I read on this topic, people said update your sscanf file, well I updated it to 2.5 but it is still giving the errors.. Same problems go for the /rape, ... cmds.. So if anyone could help me, or give me a link to the correct sscanf file, it would be very appreciated! Thanks in forward!

Lorpo
Reply

not bad
Reply


Forum Jump:


Users browsing this thread: 15 Guest(s)