Quote:
Originally Posted by Nathy.SA-MP
estive fazendo o meu,
deu preguiзa de terminar ( apesar de ter somente uma funзгo, KKK)
pawn Код:
stock nIni_Get(arch[], str[]) {
static File:_sFile, _str[128], _sRet[128] ; _sFile = fopen(arch, io_read); while(fread(_sFile, _str)) { strdel(_str, 0, strlen(str) + 1); if(!strcmp(_str, str, true)) { fclose(_sFile); return _sRet; } } fclose(_sFile); return _sRet; }
estuda ai, talvez vocк tire algo dele.
|
Tem como ajudar, colocando um comentario em cada linha? consegui entender a metade do cуdigo :P
obrigado.