#403 markable signs need to be implemented

Aperto
aperto 2 anni fa da neatz09 · 2 commenti
neatz09 ha commentato 2 anni fa
Non ci sono ancora contenuti.
devn00b ha commentato 6 mesi fa
Proprietario

I've got the basic system working. Write to db, and display correct data.

Unfinished: Reloading the sign so the change in owner is displayed w/o zoning. Timer to check if the sign can be marked again yet.

I've got the basic system working. Write to db, and display correct data. Unfinished: Reloading the sign so the change in owner is displayed w/o zoning. Timer to check if the sign can be marked again yet.
devn00b ha commentato 6 mesi fa
Proprietario

This change will require a DB update.

ALTER TABLE spawn_signs ADD COLUMN char_id INT UNSIGNED NULL DEFAULT '0' AFTER language, ADD COLUMN char_name VARCHAR(50) NULL DEFAULT NULL AFTER char_id;

This change will require a DB update. ALTER TABLE `spawn_signs` ADD COLUMN `char_id` INT UNSIGNED NULL DEFAULT '0' AFTER `language`, ADD COLUMN `char_name` VARCHAR(50) NULL DEFAULT NULL AFTER `char_id`;
Sign in to join this conversation.
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.