[GameMode] [GameMode]RuNix's Cops And Robbers
#61

The Commands donґt work.
I have tried every Command,
but they donґt work.
Can you help me ?
Sry for my bad English,
iґm from German.
Reply
#62

nice one gonna try it
Reply
#63

Nice work, good job.
Reply
#64

Hi I love the Gm, i searched long time to find a mod like these, to take it as base and modify something for me.

I modified a lot now, but i have still 2 Big Probs i don't get handled till now.

First if i activate the filterscript for the house system, i get a core dump. I have set the folders (Scriptfiles>>>houses>>>Users) but still don't work


And the second thing is, i want to make FBI, SWAT and Army restrictet by Score, I've tried some changes but it is be ignored till now.

I find this code

Код:
public OnPlayerRequestSpawn(playerid)
{
	new classid;
	
	switch (classid) {
	case 4:
	{
	  if(GetPlayerScore(playerid)<50)
	  {
	    GameTextForPlayer(playerid, "You need 50+ score to use this class!", 2000, 5);
	    ForceClassSelection(playerid);
		}
	}
	case 5:
	{
	  if(GetPlayerScore(playerid)<50)
	  {
	    GameTextForPlayer(playerid, "You need 50+ score to use this class!", 2000, 5);
	    ForceClassSelection(playerid);
		}
	}
	}
	return 1;

}
i tried it, and won't work, than i tried to make Army admin asigned

Код:
public OnPlayerRequestClass(playerid,classid)
{
  if(classid == 3 && !IsPlayerAdmin(playerid))
  {
    SendClientMessage(playerid,COLOR_GREEN,"This skin is only for admins!");
  }
  return 1;
}
and i don't worked

can sombody tell me which code i have to put in and where?

regards
Thyr

PS: Im running the Samp Server with Linux, if this could help. I had another error, which only appers under Linux
Reply
#65

how do i make my self admin? i do /rcon login ****** then what i gone do after?
Reply
#66

Quote:
Originally Posted by James_Bourne
Посмотреть сообщение
how do i make my self admin? i do /rcon login ****** then what i gone do after?
Go in your Scriptfiles Folder, there should be a File with you Nickname.
Код:
Password=XXXXXX
Money=250000
Score=14
Bank=1000
RobSkill=8
TerSkill=1
Admin=
Warnings=0
WantedLevel=0
Jail=0
RentalOwner=0
Drugs=0
C4=0
Skin=19
PrisonTime=0
For Admin, put in a level from 1 to 10 or 1337 for the owner.

After you got your admin rights, you can give other players the rights by using command /setlevel

regards
Thyr
Reply
#67

Hey dude ! its a great gamemode but there is not any house i type /househelp and nothing happens... any advice??
Reply
#68

Quote:
Originally Posted by mariosv819
Посмотреть сообщение
Hey dude ! its a great gamemode but there is not any house i type /househelp and nothing happens... any advice??
I had the same Problem, but now i use a other Housing System, look at filterscripts
Reply
#69

yeah i do too!! plz visit my server
Reply
#70

I have installed this gamemode on my server. But I have a little problem.
It doesn't save players class, position and weapons just saves money (on disconnect). How to fix that?
And can somebody give me list of all admin commands that are available to use?
Reply
#71

GOOD!
Reply
#72

I've got this problem.

C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2416) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2417) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(241 : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2419) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2536) : error 017: undefined symbol "dini_Int"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2750) : warning 217: loose indentation
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2783) : warning 217: loose indentation
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(2882) : warning 217: loose indentation
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3212) : warning 217: loose indentation
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3213) : warning 217: loose indentation
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3293) : error 017: undefined symbol "dini_Create"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3294) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3295) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3296) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3297) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(329 : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3299) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3300) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3301) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3302) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3303) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3304) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3305) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3306) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3307) : error 017: undefined symbol "dini_IntSet"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3329) : error 017: undefined symbol "dini_Get"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3329) : error 033: array must be indexed (variable "tmp2")
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3334) : error 017: undefined symbol "dini_Int"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3335) : error 017: undefined symbol "dini_Int"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3336) : error 017: undefined symbol "dini_Int"
C:\Users\Home\Desktop\RuNix_Romania\gamemodes\CNR. pwn(3337) : error 017: undefined symbol "dini_Int"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

i can't compile the .pwn file. Please i need some help! BTW i'm from RO.
Reply
#73

Greate work nice one man good job !
Reply
#74

Very Nice One !! Keep up the Hard Work
Reply
#75

I like the script good job
Reply
#76

link did not working and upload again
Reply
#77

post link is broken can i have a new one
Reply
#78

http://solidfiles.com/d/fdb0/

that one works for me
Reply
#79

Quote:
Originally Posted by ThomasP
Посмотреть сообщение
http://solidfiles.com/d/fdb0/

that one works for me
Me too.
Reply
#80

ok my friend give
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)