Posts: 122
Threads: 29
Joined: Jun 2012
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
Posts: 122
Threads: 29
Joined: Jun 2012
Can you please help me add the progress bar i already added the other thing.
Posts: 122
Threads: 29
Joined: Jun 2012
I need help installing the bar,I installed the other thing and it compiled with no errors and no warnings
Posts: 122
Threads: 29
Joined: Jun 2012
fatal error 100: cannot read from file: "progress"
Posts: 122
Threads: 29
Joined: Jun 2012
I am trying to make it a filter script and when i compile that error pops up
Posts: 1,391
Threads: 85
Joined: Sep 2012
Reputation:
0
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).
Posts: 122
Threads: 29
Joined: Jun 2012
I got it now i got this error cannot read from file: "GetVehicleColor"
Posts: 122
Threads: 29
Joined: Jun 2012
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