14.09.2010, 17:07
Quote:
pawn Код:
|
pawn Код:
if(strcmp(cmdtext,"/comprarnivel", true) == 0)
{
if(respeito[playerid] < 12)
{
SendClientMessage(playerid, COR, "Vocк nгo tem respeito suficiente para realizar esta aзгo.");
}
else
{
//cod pra comprar nivel
}
}
pawn Код:
if(respeito[playerid] == 12)
{
SendClientMessage(playerid, COR, "Voce alcancou 12/12 de respeito! Digite /comprarnivel para comprar nivel
}
pawn Код:
if(respeito[playerid] == 12)
{
GameTextForPlayer(playerid, "Voce alcancou 12/12 de respeito, digite /comprarnivel para comprar nivel", 5000, 0);
}