03-03-2011, 03:51 AM
Give the player name along with /kit or /give, find it by using StringSplit and using the correct index of the split. Then use cWorld:GetPlayer( PlayerName ) and use THAT player to give items to instead of the Player parameter from KitCommand()