well, i saw a script now and i want it for my server
the script is
function OnPlayerCommand(ID: Byte; Text: string): boolean;
begin
if Text = '/bow' then begin
ForceWeapon(ID, 12, 13, 0);
end;
Result := False;
end;
i only have to open any folder, paste it there and save it as bow.ini in the soldat folder or do i have to take any special folder and any other name than bow.ini?