05.09.2011, 21:40
bom, para ser mais explicito, se vocк usa o mesmo GM feito em File, era sу vocк criar um new
nгo creio se estб correto... mais vou testar aqui pra ver
pawn Код:
new outro = strval(tmp);
format(string,sizeof(string),"Players/%s.ini",tmp);
if(!fexist(string)) return SendClientMessage(playerid,-1,"Player inexistente");
new File: players = fopen(string, io_append);
new tempo = strval(tmp);
if(!strlen(tmp)) return SendClientMessage(playerid,-1,"Determine o tempo...");
PlayerInfo[playerid][pJailTime] = tempo
//new string[32];
//format(string3,sizeof(string3),"pJailTime=%d\n",PlayerInfo[playerid][pJailTime]);fwrite(players,string3);