04.11.2010, 23:21
my server says Script[gamemodes/CANG.amx]:Run time error 19: "File or function is not found"
btw CANG.amx is my gamemode
help me why isnt it working is my code right?
btw CANG.amx is my gamemode
help me why isnt it working is my code right?
Code:
#include <a_samp> //just compile this with your gamemode! #include <ishop> //Done! //Colores #define BLANCO 0xFFFFFFFF #define NEGRO 0x000000FF #define ROJO 0xFF0000FF #define AZUL 0x0000FFFF #define VERDE 0x00FF00FF #define VERDEO 0x008000FF #define NARANJO 0xFF8000FF #define AMARILLO 0xFFFF00FF #define GRIS 0x808080FF #define ROJOO 0x800000FF #define CELESTE 0x00FFFFFF #define NEGROA 0x000000BE #define MORADO 0xFF0080FF #define ALLOW_ALLWEAPONS //Equipos #define CIVILES 1 #define PACOS 2 #define CAOS 3 #define MEDICOS 4

