19.01.2015, 07:42
(
Last edited by M4D; 19/02/2015 at 04:43 AM.
)
Quote:
they're your fs features
Lots of mistakes in your code !
for example 1 of them :
pawn Code:
stock LoadLevel(name[],value[],playerid)
{
new file[60];
format(file,sizeof(file),"/police/%s.ini",playerid);
INI_Open(file);
return 1;
}
please test it before release



