[GameMode] [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z
#21

Looks pretty good but I have one problem:

Code:
C:\Dokumente und Einstellungen\HOME\Desktop\neukkll\gamemodes\90.pwn(6) : fatal error 100: cannot read from file: "dudb"

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


1 Error.
But I have the dudb.inc inside the pawno includes folder.
Reply
#22

use my pawno included in package.
Reply
#23

It worked, thank you.

This script is really awesome dude!

Could you tell me how to remove the polish textdraws after you die?
Reply
#24

Quote:
Originally Posted by flowhunter
It worked, thank you.

This script is really awesome dude!

Could you tell me how to remove the polish textdraws after you die?
Thanks :>

About line 25360 you see that :
Quote:

if(bounty[playerid] > 0 && (playerGang[killerid] == 0 || playerGang[playerid] != playerGang[killerid])) {
GetPlayerName(playerid, killedplayer, sizeof(killedplayer));
format(string2, sizeof(string2), "You recieved %d for killing %s.", bounty[playerid], killedplayer);
SendClientMessage2(killerid, COLOR_GREEN, string2);
GivePlayerMoney(killerid, bounty[playerid]);
new pname[256];pname = PlayerName(playerid);
pname = strreplace("[", "(", pname);
pname = strreplace("[", "(", pname);
pname = strreplace("]", ")", pname);
pname = strreplace("]", ")", pname);
TextDrawSetString(KillTextDraw[killerid], Split(
Split("Zabiles ", pname, "!")
, "~n~i otrzymales za to $", tostr(bounty[playerid])
));
bounty[playerid] = 0;
TextDrawShowForPlayer(killerid, KillTextDraw[killerid]);
SetTimerEx("HideKillDraw", 3000, false, "d", killerid);
} else {
new pname[256];pname = PlayerName(playerid);
pname = strreplace("[", "(", pname);
pname = strreplace("[", "(", pname);
pname = strreplace("]", ")", pname);
pname = strreplace("]", ")", pname);
TextDrawSetString(KillTextDraw[killerid], Split("Zabiles ", pname, "!"));
TextDrawShowForPlayer(killerid, KillTextDraw[killerid]);
SetTimerEx("HideKillDraw", 3000, false, "d", killerid);
}

"Zabiles" means "You killed", and "i otrzymales za to $" means - And you received $
Reply
#25

Wow, Just wow.

How come we gotta use your compiler?
Reply
#26

It is not compiler fault (but maybe?) But i've edited a lot of includes.
Reply
#27

is it like the super compiler (it looks a little differnt on my screen the code is alot bigger)
Reply
#28

If you want to give somebody admin permissions you should edit him account and change type=player to type=admin
I write it because many people are asking that.
Reply
#29

Holy shit ! This is so fuckin huge Good job Luby !

by the way is there any official polish sa-mp forum ? I was lookin for one but couldn't find it Keep up the good work man
Reply
#30

wtf so many lines

nice work man and how long it took you to make it?
Reply
#31

AHA xD

you need License plz do not change License code!


http://www.upload.ee/files/680936/license.sig.html

put this in scriptfiles folder and done!
Reply
#32

Nice JOb!
Reply
#33

Big list of commands! nice GM!
Reply
#34

Took some time i guess how much did it take?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)