02.11.2013, 21:24
Tenta ae:
PHP код:
static xVip[4], vipstr[26];
if(dini_Int(file,"VIP") == 1) xVip = "Sim";
if(dini_Int(file,"VIP") == 0) xVip = "Nгo";
format(vipstr, sizeof(vipstr), "Jogador VIP: (%s)", xVip);
SendClientMessage(playerid, -1, vipstr);