Jump to content

.LemMon

Membru
  • Posts

    2
  • Joined

  • Last visited

Everything posted by .LemMon

  1. CMD:wipeallhouses ( playerid, params[] ) { if(PlayerInfo [ playerid ] [ pAdmin ] < 6 ) return SCM( playerid, -1, "Nu esti un fondator!"); mysql_tquery( SQL, "UPDATE `houses` SET `Owner` = 'AdmBot', `Discription` = 'Casa de vanzare, una la leu!', `Value` = '-1', `BuyPrice` = '-1', `Owned` = '0' WHERE 1", "", "" ); SCM(playerid, -1, "Ai mutat toate casele pe AdmBot."); new sendername[30], string[128]; GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof string, "AdmCmd: %s a mutat toate biz-urile pe AdmBot!", sendername); ABroadCast(COLOR_ORANGE, string, 7); SCM(playerid, -1, "Acum toate casele nu mai au proprietari!"); return true; }
  2. Nu poti face nimic fara o baza de date.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.