16.12.2011, 20:08
Apaga essas coisa apaga a linha
Se der alguma coisa avise ....
pawn Код:
{
new vehicleid = GetOwnedVehicleID(giveid);
format(VeiculoNome[vehicleid], MAX_PLAYER_NAME, tmp2);
format(vOwner[vehicleid], MAX_PLAYER_NAME, tmp2);
new newcarro[128];
format(newcarro,256,"/RPG/carros/%s.ini",tmp2);
}
format(thestring,128,"-OperServ- Vocк renomeou a conta '%s' para '%s'.", tmp, tmp2);
SendClientMessage(playerid, COLOR_YELLOW, thestring);
format(thestring,128,"%s renomeou a conta '%s' para '%s'.", ReturnPlayer(playerid), tmp, tmp2);
WriteLog("Admins2", thestring);
GivePlayerGP(giveid,-100000);
OnPlayerSave(giveid);
SetPlayerName(giveid, tmp2);
format(Player[giveid][pName],MAX_PLAYER_NAME,tmp2);
if(Player[giveid][pMember] > 0)
{