Jump to content
  • 0

Salut, am nevoie de putin ajutor


CenzoR

Question

gmfrom0\gamemodes\from0.pwn(32) : fatal error 100: cannot read from file: "../modules/colorss.pwn"

 

am aceasta eroare.. din ce cauza este? nu o pot rezolva deloc, ma poate ajuta cineva?
m-am uitat si in folderul modules, nu gasesc niciun pwn cu colorss

Edited by CenzoR
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0


Salut!

 

Aceasta eroare este din cauza ca nu exista fisierul corespunzator in folderul modules.

Dupa cum ai precizat, in folder nu se afla acest fisier. In acest caz poti sa inlocuiesti linia:

#include "../modules/colorss.pwn"

cu alte culori dintr-un alt gamemode si ce mai trebuie in plus sa adaugi.

 

// Culori din GM-ul Burned pe care le poti folosi
#define COLOR_DARKNICERED 0x9D000096
#define TEAM_RADIO_COLOR 0xF2D068FF
#define COLOR_LIGHTGREEN 0x9ACD32AA
#define COLOR_CHATBUBBLE 0xFFFFFFCC
#define COLOR_LIGHTBLUE 0x00C3FFFF
#define COLOR_LIGHTRED 0xFF6347FF
#define COLOR_LGREEN 0xD7FFB3FF
#define COLOR_ORANGE 0xFFA500FF
#define COLOR_GOLD 0xFFB95EFF
#define COLOR_MONEY 0x4dad2bFF
#define COLOR_CLIENT 0xA9C4E4FF
#define COLOR_SERVER 0x5F9CC9FF
#define COLOR_WARNING 0xDE1414FF
#define COLOR_ADMCHAT 0xFFC266AA
#define COLOR_GRAD1 0xB4B5B7FF
#define COLOR_GRAD2 0xBFC0C2FF
#define COLOR_GRAD3 0xCBCCCEFF
#define COLOR_GRAD4 0xD8D8D8FF
#define COLOR_GRAD5 0xE3E3E3FF
#define COLOR_GRAD6 0xF0F0F0FF
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_RED 0xFF0000FF
#define COLOR_NEWS 0xFFA500AA
#define COLOR_LOGIN 0x00D269FF
#define COLOR_DEPAR 0x4646FFFF
#define COLOR_YELLOW 0xFFFF00FF
#define COLOR_WHITE 0xFFFFFFFF
#define COLOR_FADE1 0xE6E6E6E6
#define COLOR_FADE2 0xC8C8C8C8
#define COLOR_FADE3 0xAAAAAAAA
#define COLOR_FADE4 0x8C8C8C8C
#define COLOR_FADE5 0x6E6E6E6E
#define COLOR_PURPLE 0xC2A2DAAA
#define COLOR_DBLUE 0x2641FEAA
#define COLOR_ALLDEPT 0xFF8282AA
#define COLOR_NEWS 0xFFA500AA
#define COLOR_DEPART 0xFF8040FF
#define COLOR_DEPART2 0xff3535FF
#define COLOR_LOGS 0xE6833CFF

 

Mult succes!

Edited by Yonut
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.