Quote:
Originally Posted by matheus_alcapone
Teste.
pawn Код:
new vipexp[32]; format(vipexp, 32, dir_nivelsocial_Exp, GetPlayerNameEx(playerid))); vipexp = DOF2_GetString(vipexp,"Linha que deseja ler do arquivo"); printf("%s", vipexp);
|
Quote:
Originally Posted by gunit_j
pawn Код:
#define dir_nivelsocial_Exp "usr/infousr/%dnivelsocial_exp.ini"
new vipexp[64]; format(vipexp, sizeof(vipexp), dir_nivelsocial_Exp, GetPlayerNameEx(playerid))); printf("%s", vipexp);
|
Nгo funcionou, ainda continua em branco :S