- 18 Ottobre 2015
- 1.402
- 98
- Miglior risposta
- 0
Salve gente! Voglio condividere con voi questo fantastico addon:
Guida
Andare su Navicat->Database->User_stats->Design Table e impostare con i seguenti dati:
Name: time_afk
Type: int
Lenght: 11
Decimal: 0
Not null: clicked
Default: 0
Succesivamente dirigersi a Plus->Habbo Hotel->Users->Process->ProcessComponent.cs e cercare: this._player.TimeAFK += 1
ed aggiungere, alla fine, questo:
Successivamente andare su Plus->Habbo Hotel->Rooms->RoomUser.cs e cercare: GetClient().GetHabbo().TimeAFK = 0 ed inserire alla fine questo:
Alla fine compilate il tutto ed il gioco è fatto!
Fonte Ragezone
Guida
Andare su Navicat->Database->User_stats->Design Table e impostare con i seguenti dati:
Name: time_afk
Type: int
Lenght: 11
Decimal: 0
Not null: clicked
Default: 0
Succesivamente dirigersi a Plus->Habbo Hotel->Users->Process->ProcessComponent.cs e cercare: this._player.TimeAFK += 1
ed aggiungere, alla fine, questo:
PHP:
Perfavore,
Entra
oppure
Registrati
per vedere i codici!
Successivamente andare su Plus->Habbo Hotel->Rooms->RoomUser.cs e cercare: GetClient().GetHabbo().TimeAFK = 0 ed inserire alla fine questo:
PHP:
Perfavore,
Entra
oppure
Registrati
per vedere i codici!
Alla fine compilate il tutto ed il gioco è fatto!
Fonte Ragezone