29.01.2013, 00:14
Siga esse exemplo coloque ele junto ao seu comando:
PHP код:
if(PlayerInfo[para1][pVIP] == 1)
{
PlayerInfo[para1][pExp] += 2;
PlayerInfo[para1][pLevel] += 2;
GivePlayerMoneyEx(para1, 2000);
SendClientMessage(para1, -1, "{9C9C9C}Todos os status de Vip-Bonze foram setados em vocк!.");
}
if(PlayerInfo[para1][pVIP] == 2)
{
PlayerInfo[para1][pExp] += 3;
PlayerInfo[para1][pLevel] += 3;
GivePlayerMoneyEx(para1, 4000);
SendClientMessage(para1, -1, "{EEEE00}Todos os status de Vip-Prata foram setados em vocк!.");
}

