Originally Posted by
INS4N3K1LL
Hi. My private server is imba ;D but sometimes when a player make a for example, a player made a warrior he got full GM Armor
This is frmo repack Howlings Repack
How can i reomve this? (Table Playercreateinfo_items) should i remove that table? or can anyoneu pload their Playercreateinfo_items but they shouldnt got any items on start.
Thanks (=
Run this query and it will be fixed:
Code:
Delete from playercreateinfo_items where protoid in(11508, 2586, 12064);
if there are more items you need to remove from playercreateinfo_items then just add it between the ()
(that was for yoru first problem that was posted, players starting with GM set...)