Kjosen
New Member
- Joined
- Sep 1, 2008
- Messages
- 94
- Reaction score
- 0
Okey, I am using TFS 0.3.6pl1,
Problem:
The problem i have is when i am using Gesiors or anny other script i cant get the skull remover to delete the frags! (the skull remover is working)
In the gesior aac its like this on the redskullremover: (shopsystem)
('UPDATE players SET skull=0, skulltime=0 WHERE id='. $my_acc_id .';');
And i think it shuld be some thing like this, but i dont get it to work... :/
("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ");")
Please help me!
Problem:
The problem i have is when i am using Gesiors or anny other script i cant get the skull remover to delete the frags! (the skull remover is working)
In the gesior aac its like this on the redskullremover: (shopsystem)
('UPDATE players SET skull=0, skulltime=0 WHERE id='. $my_acc_id .';');
And i think it shuld be some thing like this, but i dont get it to work... :/
("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ");")
Please help me!