#1

When I added downloaded the dudb include and compile the dudb filterscript I get this problem


fatal error 100: cannot read from file: "dtest"


When I compile my game mode I get this error


fatal error 100: cannot read from file: "progress"


Please help I really want to fix it.Please someone help
Reply
#2

Quote:
Originally Posted by Drake Star
Посмотреть сообщение
When I added downloaded the dudb include and compile the dudb filterscript I get this problem


fatal error 100: cannot read from file: "dtest"


When I compile my game mode I get this error


fatal error 100: cannot read from file: "progress"


Please help I really want to fix it.Please someone help
Download These:
https://sampforum.blast.hk/showthread.php?tid=113443
http://dracoblue.net/download/dtest-12/28/

Put in pawno/includes then try to compile
Reply
#3

Can you please help me add the progress bar i already added the other thing.
Reply
#4

I need help installing the bar,I installed the other thing and it compiled with no errors and no warnings
Reply
#5

fatal error 100: cannot read from file: "progress"
Reply
#6

I am trying to make it a filter script and when i compile that error pops up
Reply
#7

Make sure you have progress.inc in pawno/includes and try re-opening pawno from it's location (instead of double-clicking the gamemode/filterscript).
Reply
#8

I got it now i got this error cannot read from file: "GetVehicleColor"
Reply
#9

Here u are: https://sampforum.blast.hk/showthread.php?tid=176496
Reply
#10

G:\gamemodes\PCRP.pwn(3426) : error 001: expected token: ";", but found "if"
G:\gamemodes\PCRP.pwn(3439) : error 001: expected token: ";", but found "-identifier-"
G:\gamemodes\PCRP.pwn(3447) : error 001: expected token: ";", but found "if"
G:\gamemodes\PCRP.pwn(3451) : error 001: expected token: ";", but found "-identifier-"



new string[128]
if(strlen(PlayerInfo[playerid][pAccent])) format(string, sizeof(string), "[Cellphone] %s: [%s Accent] %s", RPN(playerid), PlayerInfo[playerid][pAccent], text);
else format(string, sizeof(string), "[Cellphone] %s: %s", RPN(playerid), text);
if(!Call911[playerid])
{
if(BeingCalled[playerid] == 2) SendClientMessage(Caller[playerid], COLOR_YELLOW, string);
else if(Calling[playerid] == 2) SendClientMessage(Called[playerid], COLOR_YELLOW, string);
}
}
else if(Live[playerid])
{
if(IsNewsVehicle(GetPlayerVehicleID(playerid)))
{
new string[128]
format(string, sizeof(string), "** [Live News]: %s: %s", RPN(playerid), text);
SendClientMessageToAll(COLOR_LIGHTGREEN, string);
// format(ircMsg, sizeof(ircMsg), "3[Live News] %s(%d): %s", RPN(playerid), playerid, text);
}
}
else
{
new string[128]
if(strlen(PlayerInfo[playerid][pAccent])) format(string, sizeof(string), "%s says: [%s Accent] %s", RPN(playerid), PlayerInfo[playerid][pAccent], text);
else format(string, sizeof(string), "%s says: %s", RPN(playerid), text);
}
new string[128]
SendNearbyMessage(playerid, 10, string, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);
Log("logs/chat.log", string);
// 911
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)