09.05.2009, 18:23
Код:
new Data2[256]; format(Data2, 256, "Gaujos/%s.ini", gangNames[i]); pName = dini_Int(Data2, "%s");
Gaujos/Puma.ini
and it would write the name's in the Puma.ini of who is in the gang, i put this command under /gang create i think it creates it but i get an error cuz i can't figure out how to write a name in there:
Код:
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\pawno\bn.pwn(477) : error 076: syntax error in the expression, or invalid function call Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
pName =
btw:
Код:
new Data2[256]; format(Data2, 256, "Gaujos/%s.ini", pName(playerid)); dini_Remove(Data2);
i think its a problem cuz it will delete all the gang and i want it to delete the players name only

please someone help